Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ getInteger
Function
getInteger
source/globjects/source/globjects.cpp:179–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
}
178
179
GLint getInteger(const GLenum pname)
180
{
181
GLint value;
182
183
glGetIntegerv(pname, &value);
184
185
return value;
186
}
187
188
GLenum getEnum(const GLenum pname)
189
{
Callers
6
isUsed
Method · 0.85
currentState
Method · 0.85
imageSizeInBytes
Function · 0.85
getEnum
Function · 0.85
isCoreProfile
Function · 0.85
ObjectNameImplementation_KHR_debug
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected