GlClearStencil - mkilgore/QB64pe GitHub Wiki
_glClearStencil: specify the clear value for the stencil buffer
- SUB _glClearStencil (BYVAL s AS LONG)
- void _glClearStencil(GLint s);
- s
- Specifies the index used when the stencil buffer is cleared. The initial value is 0.
_glClearStencil specifies the index used by _glClear to clear the stencil buffer. s is masked with 2<sup>m</sup> - 1, where m is the number of bits in the stencil buffer.
_glGet with argument _GL_STENCIL_CLEAR_VALUE
_glGet with argument _GL_STENCIL_BITS
Copyright: 1991-2006 Silicon Graphics, Inc. This document is licensed under the SGI Free Software B License.For details, see https://spdx.org/licenses/SGI-B-2.0.html.