Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ disable
Function
disable
source/globjects/source/globjects.cpp:326–329 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
324
}
325
326
void disable(const GLenum capability)
327
{
328
glDisable(capability);
329
}
330
331
bool isEnabled(const GLenum capability)
332
{
Callers
3
setEnabled
Method · 0.85
setEnabled
Function · 0.85
disable
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected