| 354 | } |
| 355 | |
| 356 | GLuint Program::getUniformBlockIndex(const std::string & name) const |
| 357 | { |
| 358 | checkDirty(); |
| 359 | |
| 360 | return glGetUniformBlockIndex(id(), name.c_str()); |
| 361 | } |
| 362 | |
| 363 | void Program::getActiveUniforms(const GLsizei uniformCount, const GLuint * uniformIndices, const GLenum pname, GLint * params) const |
| 364 | { |