Developer Documentation
|
Public Member Functions | |
UniformBuf () | |
Creates a copy of input data. | |
~UniformBuf () | |
Free data. | |
void | bind (GLuint _progID) const |
Bind uniform array to shader. More... | |
Public Attributes | |
float * | val |
bool | integer |
int | size |
Public Attributes inherited from GLSL::UniformPool::UniformBase | |
std::string | id |
Definition at line 167 of file UniformPool.hh.
|
virtual |
Bind uniform array to shader.
_progID | GL Program ID |
Reimplemented from GLSL::UniformPool::UniformBase.
Definition at line 299 of file UniformPool.cc.