glDepthMask - part-cw/lambdanative GitHub Wiki

(glDepthMask flag)

glDepthMask enables or disables writing into the depth buffer

Parameter Description
flag Flag to enable/disable depth buffer. Options: GL_FALSE or GL_TRUE

Example

None provided.