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

Method glDepthMask

GTE/Graphics/GL46/GL46.cpp:928–937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

926}
927
928void gte::glDepthMask(GLboolean flag)
929{
930 ::glDepthMask(flag);
931 ReportGLError("glDepthMask");
932
933#if defined(GTE_ENABLE_GLTRACE)
934 gsTrace.Call("glDepthMask", "",
935 gsTrace.GetBoolean(flag));
936#endif
937}
938
939void gte::glDisable(GLenum cap)
940{

Callers

nothing calls this directly

Calls 4

glDepthMaskFunction · 0.85
ReportGLErrorFunction · 0.85
CallMethod · 0.80
GetBooleanMethod · 0.45

Tested by

no test coverage detected