This is the complete list of members for UniformValue, including all inherited members.
| apply() | UniformValue | |
| setCallback(const std::function< void(GLProgram *, Uniform *)> &callback) | UniformValue | |
| setFloat(float value) | UniformValue | |
| setFloatv(ssize_t size, const float *pointer) | UniformValue | |
| setInt(int value) | UniformValue | |
| setMat4(const Mat4 &value) | UniformValue | |
| setTexture(GLuint textureId, GLuint textureUnit) | UniformValue | |
| setVec2(const Vec2 &value) | UniformValue | |
| setVec2v(ssize_t size, const Vec2 *pointer) | UniformValue | |
| setVec3(const Vec3 &value) | UniformValue | |
| setVec3v(ssize_t size, const Vec3 *pointer) | UniformValue | |
| setVec4(const Vec4 &value) | UniformValue | |
| setVec4v(ssize_t size, const Vec4 *pointer) | UniformValue | |
| UniformValue() | UniformValue | |
| UniformValue(Uniform *uniform, GLProgram *glprogram) | UniformValue | |
| ~UniformValue() | UniformValue |