MCPcopy 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
211GLboolean getBoolean(const GLenum pname)
212{
213 GLboolean value;
214
215 glGetBooleanv(pname, &value);
216
217 return value;
218}
219
220GLint getInteger(const GLenum pname, const GLuint index)
221{

Callers 1

currentStateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected