MCPcopy Create free account
hub / github.com/cginternals/glbinding / glDepthMask

Function glDepthMask

source/glbinding/source/gl/functions_d.cpp:301–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301void glDepthMask(GLboolean flag)
302{
303 return glbinding::Binding::DepthMask(flag);
304}
305
306void glDepthRange(GLdouble n, GLdouble f)
307{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected