Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ bind
Method
bind
src/backend/opengl/common.cpp:199–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
}
198
199
void ShaderProgram::bind()
200
{
201
glUseProgram(mProgram);
202
}
203
204
void ShaderProgram::unbind()
205
{
Callers
7
render
Method · 0.80
render
Method · 0.80
render
Method · 0.80
render
Method · 0.80
renderGraph
Method · 0.80
render
Method · 0.80
render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected