Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ getBoolean
Function
getBoolean
source/globjects/source/globjects.cpp:211–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
}
210
211
GLboolean getBoolean(const GLenum pname)
212
{
213
GLboolean value;
214
215
glGetBooleanv(pname, &value);
216
217
return value;
218
}
219
220
GLint getInteger(const GLenum pname, const GLuint index)
221
{
Callers
1
currentState
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected