OpenGL man pages
glDepthMask.3glNameglDepthMask - enable or disable writing into the depth buffer C Specificationvoid glDepthMask( GLboolean flag ) Parametersflag Specifies whether the depth buffer is enabled for writing. If flag is zero, depth buffer writing is disabled. Otherwise, it is enabled. Initially, depth buffer writing is enabled. DescriptionglDepthMask specifies whether the depth buffer is enabled for writing. If flag is zero, depth buffer writing is disabled. Otherwise, it is enabled. Initially, depth buffer writing is enabled. ErrorsGL_INVALID_OPERATION is generated if glDepthMask is executed between the execution of glBegin and the corresponding execution of glEnd. Associated GetsglGet with argument GL_DEPTH_WRITEMASK See AlsoglColorMask, glDepthFunc, glDepthRange, glIndexMask, glStencilMask Introduction | Alphabetic | Specification Last Edited:
Fri Dec 6 11:18:03 EST 1996
by
AFV |