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

Method glGetError

GTE/Graphics/GL46/GL46.cpp:1102–1111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1100}
1101
1102GLenum gte::glGetError(void)
1103{
1104 GLenum result = ::glGetError();
1105 ReportGLError("glGetError");
1106
1107#if defined(GTE_ENABLE_GLTRACE)
1108 gsTrace.Call("glGetError", gsTrace.GetName(result));
1109#endif
1110 return result;
1111}
1112
1113void gte::glGetFloatv(GLenum pname, GLfloat* data)
1114{

Callers

nothing calls this directly

Calls 4

glGetErrorFunction · 0.85
ReportGLErrorFunction · 0.85
CallMethod · 0.80
GetNameMethod · 0.80

Tested by

no test coverage detected