Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ glEnable
Function
glEnable
source/glbinding/source/gl/functions_e.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void glEnable(GLenum cap)
62
{
63
return glbinding::Binding::Enable(cap);
64
}
65
66
void glEnableClientState(GLenum array)
67
{
Callers
2
draw
Method · 0.85
draw
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected