OpenGL man pages
glClearDepth.3glNameglClearDepth - specify the clear value for the depth buffer C Specificationvoid glClearDepth( GLclampd depth ) Parametersdepth Specifies the depth value used when the depth buffer is cleared. DescriptionglClearDepth specifies the depth value used by glClear to clear the depth buffer. Values specified by glClearDepth are clamped to the range [0,1]. ErrorsGL_INVALID_OPERATION is generated if glClearDepth is executed between the execution of glBegin and the corresponding execution of glEnd. Associated GetsglGet with argument GL_DEPTH_CLEAR_VALUE See AlsoglClear Introduction | Alphabetic | Specification Last Edited:
Fri Dec 6 11:18:03 EST 1996
by
AFV |