Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ getEnum
Function
getEnum
source/globjects/source/globjects.cpp:188–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
}
187
188
GLenum getEnum(const GLenum pname)
189
{
190
return static_cast<GLenum>(getInteger(pname));
191
}
192
193
GLfloat getFloat(const GLenum pname)
194
{
Callers
1
currentState
Method · 0.85
Calls
1
getInteger
Function · 0.85
Tested by
no test coverage detected