Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ setEnabled
Function
setEnabled
source/globjects/source/globjects.cpp:338–341 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
336
}
337
338
void setEnabled(const GLenum capability, const bool enabled)
339
{
340
enabled ? enable(capability) : disable(capability);
341
}
342
343
void enable(const GLenum capability, const int index)
344
{
Callers
2
apply
Method · 0.85
setSynchronous
Method · 0.85
Calls
2
enable
Function · 0.85
disable
Function · 0.85
Tested by
no test coverage detected