Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ getFloat
Function
getFloat
source/globjects/source/globjects.cpp:193–200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
191
}
192
193
GLfloat getFloat(const GLenum pname)
194
{
195
GLfloat value;
196
197
glGetFloatv(pname, &value);
198
199
return value;
200
}
201
202
GLdouble getDouble(const GLenum pname)
203
{
Callers
2
currentState
Method · 0.85
initialize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected