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

Method glGetDoublev

GTE/Graphics/GL46/GL46.cpp:1091–1100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1089}
1090
1091void gte::glGetDoublev(GLenum pname, GLdouble* data)
1092{
1093 ::glGetDoublev(pname, data);
1094 ReportGLError("glGetDoublev");
1095
1096#if defined(GTE_ENABLE_GLTRACE)
1097 gsTrace.Call("glGetDoublev", "",
1098 gsTrace.GetName(pname), "data");
1099#endif
1100}
1101
1102GLenum gte::glGetError(void)
1103{

Callers

nothing calls this directly

Calls 4

glGetDoublevFunction · 0.85
ReportGLErrorFunction · 0.85
CallMethod · 0.80
GetNameMethod · 0.80

Tested by

no test coverage detected