MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / glGetIntegerv

Method glGetIntegerv

GTE/Graphics/GL46/GL46.cpp:1124–1133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1122}
1123
1124void gte::glGetIntegerv(GLenum pname, GLint* data)
1125{
1126 ::glGetIntegerv(pname, data);
1127 ReportGLError("glGetIntegerv");
1128
1129#if defined(GTE_ENABLE_GLTRACE)
1130 gsTrace.Call("glGetIntegerv", "",
1131 gsTrace.GetName(pname), "data");
1132#endif
1133}
1134
1135const GLubyte* gte::glGetString(GLenum name)
1136{

Callers

nothing calls this directly

Calls 4

glGetIntegervFunction · 0.85
ReportGLErrorFunction · 0.85
CallMethod · 0.80
GetNameMethod · 0.80

Tested by

no test coverage detected