NAME
glClearStencil
- specify the clear value for the stencil buffer
C SPECIFICATION
void ggllCClleeaarrSStteenncciill(
GLint _s )
delim $$
PARAMETERS
-
_s
-
Specifies the index used when the stencil buffer is cleared.
The initial value is 0.
DESCRIPTION
ggllCClleeaarrSStteenncciill specifies the index used by ggllCClleeaarr to clear the stencil buffer.
_s is masked with $2 sup m^-^1$,
where $m$ is the number of bits in the stencil buffer.
ERRORS
GGLL__IINNVVAALLIIDD__OOPPEERRAATTIIOONN is generated if ggllCClleeaarrSStteenncciill
is executed between the execution of ggllBBeeggiinn
and the corresponding execution of ggllEEnndd.
ASSOCIATED GETS
ggllGGeett with argument GGLL__SSTTEENNCCIILL__CCLLEEAARR__VVAALLUUEE
ggllGGeett with argument GGLL__SSTTEENNCCIILL__BBIITTSS
SEE ALSO
ggllCClleeaarr((33GG)),
ggllSStteenncciillFFuunncc((33GG)),
ggllSStteenncciillOOpp((33GG)),
ggllSStteenncciillMMaasskk((33GG))