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

Method getProgramId

src/backend/opengl/common.cpp:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179gl::GLuint ShaderProgram::getProgramId() const
180{
181 return mProgram;
182}
183
184GLuint ShaderProgram::getUniformLocation(const char* pAttributeName)
185{

Callers 1

renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected