MCPcopy Create free account
hub / github.com/OGRECave/ogre / unbindProgram

Method unbindProgram

RenderSystems/GL/src/OgreGLGpuProgram.cpp:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void GLArbGpuProgram::unbindProgram(void)
112{
113 glBindProgramARB(getProgramType(), 0);
114 glDisable(getProgramType());
115}
116
117void GLArbGpuProgram::bindProgramParameters(GpuProgramParametersSharedPtr params, uint16 mask)
118{

Callers 3

bindGpuProgramMethod · 0.45
unbindGpuProgramMethod · 0.45
_switchContextMethod · 0.45

Calls 1

getProgramTypeFunction · 0.85

Tested by

no test coverage detected