MCPcopy 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
188GLenum getEnum(const GLenum pname)
189{
190 return static_cast<GLenum>(getInteger(pname));
191}
192
193GLfloat getFloat(const GLenum pname)
194{

Callers 1

currentStateMethod · 0.85

Calls 1

getIntegerFunction · 0.85

Tested by

no test coverage detected