MCPcopy Create free account
hub / github.com/cginternals/glbinding / glGetIntegerv

Function glGetIntegerv

source/glbinding/source/gl/functions_g.cpp:786–789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784}
785
786void glGetIntegerv(GLenum pname, GLint * data)
787{
788 return glbinding::Binding::GetIntegerv(pname, data);
789}
790
791void glGetInternalformati64v(GLenum target, GLenum internalformat, GLenum pname, GLsizei count, GLint64 * params)
792{

Callers 7

isCoreFunction · 0.50
glrequest<GLenum>Function · 0.50
glrequest<GLint>Function · 0.50
requestStateFunction · 0.50
extensionsFunction · 0.50
TEST_FFunction · 0.50
TESTFunction · 0.50

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.40
TESTFunction · 0.40