![]() |
![]()
| ![]() |
![]()
NAMEglClearStencil - specify the clear value for the stencil buffer C SPECIFICATIONvoid glClearStencil( GLint s ) PARAMETERS
DESCRIPTIONglClearStencil specifies the index used by glClear to clear the stencil buffer. s is masked with , where is the number of bits in the stencil buffer. ERRORSGL_INVALID_OPERATION is generated if glClearStencil is executed between the execution of glBegin and the corresponding execution of glEnd. ASSOCIATED GETSglGet with argument GL_STENCIL_CLEAR_VALUE
SEE ALSOglClear
|