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

Function glGetDoublev

GTE/Graphics/GL46/GL46.cpp:1908–1919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1906}
1907
1908void APIENTRY glGetDoublev(GLenum pname, GLdouble* data)
1909{
1910 if (sglGetDoublev)
1911 {
1912 sglGetDoublev(pname, data);
1913 ReportGLError("glGetDoublev");
1914 }
1915 else
1916 {
1917 ReportGLNullFunction("glGetDoublev");
1918 }
1919}
1920
1921GLenum APIENTRY glGetError()
1922{

Callers 3

GetDepthRangeMethod · 0.85
EnableMethod · 0.85
glGetDoublevMethod · 0.85

Calls 2

ReportGLErrorFunction · 0.85
ReportGLNullFunctionFunction · 0.85

Tested by

no test coverage detected