Skip to content
Chris Petersen edited this page Oct 16, 2014 · 1 revision

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.

Clone this wiki locally