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