Public Types | |
enum | Type { kVertexShader, kFragmentShader } |
Public Member Functions | |
ShaderOld (Type type, const char *filename) | |
ShaderOld (Type type, Allocator *pAllocator, void *pData, u32 size) | |
GLuint | GetProgram () const |
void * | GetData () const |
u32 | GetSize () const |
Type | GetType () const |