Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ glDisable
Function
glDisable
source/glbinding/source/gl/functions_d.cpp:366–369 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
364
}
365
366
void glDisable(GLenum cap)
367
{
368
return glbinding::Binding::Disable(cap);
369
}
370
371
void glDisableClientState(GLenum array)
372
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected