MCPcopy Create free account
hub / github.com/cginternals/globjects / getInteger

Function getInteger

source/globjects/source/globjects.cpp:179–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179GLint getInteger(const GLenum pname)
180{
181 GLint value;
182
183 glGetIntegerv(pname, &value);
184
185 return value;
186}
187
188GLenum getEnum(const GLenum pname)
189{

Callers 6

isUsedMethod · 0.85
currentStateMethod · 0.85
imageSizeInBytesFunction · 0.85
getEnumFunction · 0.85
isCoreProfileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected