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

Function glDepthMask

GTE/Graphics/GL46/GL46.cpp:1713–1724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1711}
1712
1713void APIENTRY glDepthMask(GLboolean flag)
1714{
1715 if (sglDepthMask)
1716 {
1717 sglDepthMask(flag);
1718 ReportGLError("glDepthMask");
1719 }
1720 else
1721 {
1722 ReportGLNullFunction("glDepthMask");
1723 }
1724}
1725
1726void APIENTRY glDisable(GLenum cap)
1727{

Callers 2

EnableMethod · 0.85
glDepthMaskMethod · 0.85

Calls 2

ReportGLErrorFunction · 0.85
ReportGLNullFunctionFunction · 0.85

Tested by

no test coverage detected