Developer Documentation
|
Public Member Functions | |
void | bind (GLuint _progID) const |
Bind uniform matrix to shader. More... | |
Public Attributes | |
ACG::Matrix4x4f | val |
bool | transposed |
int | size |
Public Attributes inherited from GLSL::UniformPool::UniformBase | |
std::string | id |
Definition at line 158 of file UniformPool.hh.
|
virtual |
Bind uniform matrix to shader.
_progID | GL Program ID |
Reimplemented from GLSL::UniformPool::UniformBase.
Definition at line 263 of file UniformPool.cc.