MCPcopy Create free account
hub / github.com/OpenNFS/OpenNFS / use

Method use

src/Shaders/BaseShader.cpp:224–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224void BaseShader::use(){
225 glUseProgram(ProgramID);
226}
227
228void BaseShader::unbind(){
229 glUseProgram(0);

Callers 6

renderTrackMethod · 0.80
renderLightsMethod · 0.80
renderShadowMapMethod · 0.80
renderMethod · 0.80
RenderMethod · 0.80
renderSkyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected