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

Method getUniformLocation

src/backend/opengl/common.cpp:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184GLuint ShaderProgram::getUniformLocation(const char* pAttributeName)
185{
186 return gl::glGetUniformLocation(mProgram, pAttributeName);
187}
188
189GLuint ShaderProgram::getUniformBlockIndex(const char* pAttributeName)
190{

Callers 7

AbstractChartMethod · 0.80
image_implMethod · 0.80
font_implMethod · 0.80
plot_implMethod · 0.80
surface_implMethod · 0.80
histogram_implMethod · 0.80
vector_field_implMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected