Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
861
void GlslProgram::unbind() const
862
{
863
glUseProgram(UNDEFINED_OPENGL_RESOURCE_ID);
864
}
865
866
const GlslProgram::InputMap& GlslProgram::getUniformsList()
867
{
Callers
3
unbindLightShader
Method · 0.45
renderTextureSpace
Method · 0.45
render
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected