MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/MaterialX / unbind

Method unbind

source/MaterialXRenderGlsl/GlslProgram.cpp:861–864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

859}
860
861void GlslProgram::unbind() const
862{
863 glUseProgram(UNDEFINED_OPENGL_RESOURCE_ID);
864}
865
866const GlslProgram::InputMap& GlslProgram::getUniformsList()
867{

Callers 3

unbindLightShaderMethod · 0.45
renderTextureSpaceMethod · 0.45
renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected