Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ enable
Function
enable
source/globjects/source/globjects.cpp:321–324 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
319
}
320
321
void enable(const GLenum capability)
322
{
323
glEnable(capability);
324
}
325
326
void disable(const GLenum capability)
327
{
Callers
5
setEnabled
Method · 0.85
setEnabled
Function · 0.85
enable
Method · 0.85
initializeGL
Method · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected