Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
189
GLuint ShaderProgram::getUniformBlockIndex(const char* pAttributeName)
190
{
191
return gl::glGetUniformBlockIndex(mProgram, pAttributeName);
192
}
193
194
GLuint ShaderProgram::getAttributeLocation(const char* pAttributeName)
195
{
Callers
1
image_impl
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected