MCPcopy 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
193GLfloat getFloat(const GLenum pname)
194{
195 GLfloat value;
196
197 glGetFloatv(pname, &value);
198
199 return value;
200}
201
202GLdouble getDouble(const GLenum pname)
203{

Callers 2

currentStateMethod · 0.85
initializeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected