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