21 ShaderOld ( Type type,
const char* filename );
25 GLuint GetProgram ()
const {
return m_program; }
27 void* GetData ()
const {
return m_pData; }
28 u32 GetSize ()
const {
return m_size; }
29 Type GetType ()
const {
return m_type; }
46 int GetUniformLocation (
const char* name );
47 int GetAttributeLocation (
const char* name );
49 GLuint GetProgram ()
const {
return m_program; }