Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ isEnabled
Function
isEnabled
source/globjects/source/globjects.cpp:331–336 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
329
}
330
331
bool isEnabled(const GLenum capability)
332
{
333
GLboolean value = glIsEnabled(capability);
334
335
return value == GL_TRUE;
336
}
337
338
void setEnabled(const GLenum capability, const bool enabled)
339
{
Callers
1
currentState
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected