MCPcopy 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
199void ShaderProgram::bind()
200{
201 glUseProgram(mProgram);
202}
203
204void ShaderProgram::unbind()
205{

Callers 7

renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
renderGraphMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected