Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
179
gl::GLuint ShaderProgram::getProgramId() const
180
{
181
return mProgram;
182
}
183
184
GLuint ShaderProgram::getUniformLocation(const char* pAttributeName)
185
{
Callers
1
render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected