HatchitGraphics
|
Public Member Functions | |
bool | VInitFromFile (Core::File *file) override |
void | VOnLoaded () override |
virtual void | VCompile () |
Protected Member Functions | |
void | printShaderLog () |
void | compileGL (GLenum shaderType) |
Protected Attributes | |
GLuint | shader |
std::map< std::string, GLuint > | m_uniformMap |
std::map< std::string, GLuint > | m_textureMap |
Friends | |
class | GLMaterial |