Signature
Parameters
Variables | Description |
---|---|
face |
Specifies whether front and/or back stencil state is updated.
Three symbolic constants are valid:
GL_FRONT
,
GL_BACK
, and
GL_FRONT_AND_BACK
.
|
sfail |
Specifies the action to take when the stencil test fails.
Eight symbolic constants are accepted:
GL_KEEP
,
GL_ZERO
,
GL_REPLACE
,
GL_INCR
,
GL_INCR_WRAP
,
GL_DECR
,
GL_DECR_WRAP
, and
GL_INVERT
. The initial value is
GL_KEEP
.
|
dpfail | |
dppass |