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

Function glDepthFunc

GTE/Graphics/GL46/GL46.cpp:1830–1841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1828}
1829
1830void APIENTRY glDepthFunc(GLenum func)
1831{
1832 if (sglDepthFunc)
1833 {
1834 sglDepthFunc(func);
1835 ReportGLError("glDepthFunc");
1836 }
1837 else
1838 {
1839 ReportGLNullFunction("glDepthFunc");
1840 }
1841}
1842
1843void APIENTRY glPixelStoref(GLenum pname, GLfloat param)
1844{

Callers 2

EnableMethod · 0.85
glDepthFuncMethod · 0.85

Calls 2

ReportGLErrorFunction · 0.85
ReportGLNullFunctionFunction · 0.85

Tested by

no test coverage detected