Developer Documentation
|
Public Member Functions | |
void | bind (GLuint _progID) const override |
Bind uniform int vector to shader. More... | |
virtual QString | toString () const override |
print int vector to string More... | |
Public Attributes | |
ACG::Vec4i | val |
int | size |
Public Attributes inherited from GLSL::UniformPool::UniformBase | |
std::string | id |
Definition at line 150 of file UniformPool.hh.
|
overridevirtual |
Bind uniform int vector to shader.
_progID | GL Program ID |
Reimplemented from GLSL::UniformPool::UniformBase.
Definition at line 231 of file UniformPool.cc.
|
overridevirtual |
print int vector to string
Reimplemented from GLSL::UniformPool::UniformBase.
Definition at line 262 of file UniformPool.cc.