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

Function glDepthRange

GTE/Graphics/GL46/GL46.cpp:2059–2070  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2057}
2058
2059void APIENTRY glDepthRange(GLdouble n, GLdouble f)
2060{
2061 if (sglDepthRange)
2062 {
2063 sglDepthRange(n, f);
2064 ReportGLError("glDepthRange");
2065 }
2066 else
2067 {
2068 ReportGLNullFunction("glDepthRange");
2069 }
2070}
2071
2072void APIENTRY glViewport(GLint x, GLint y, GLsizei width, GLsizei height)
2073{

Callers 4

SetDepthRangeMethod · 0.85
EnableMethod · 0.85
DisableMethod · 0.85
glDepthRangeMethod · 0.85

Calls 2

ReportGLErrorFunction · 0.85
ReportGLNullFunctionFunction · 0.85

Tested by

no test coverage detected