MCPcopy Create free account
hub / github.com/cginternals/globjects / getUniformBlockIndex

Method getUniformBlockIndex

source/globjects/source/Program.cpp:356–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

blockIndexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected