Signature
Parameters
Variables | Description |
---|---|
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 |
Sample Code References
The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.
glStencilOp