MCPcopy Create free account
hub / github.com/arrayfire/forge / getUniformBlockIndex

Method getUniformBlockIndex

src/backend/opengl/common.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189GLuint ShaderProgram::getUniformBlockIndex(const char* pAttributeName)
190{
191 return gl::glGetUniformBlockIndex(mProgram, pAttributeName);
192}
193
194GLuint ShaderProgram::getAttributeLocation(const char* pAttributeName)
195{

Callers 1

image_implMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected