stencilOp
Tag: stencilOp
Parent tag: stencil
Attributes:
sfail(enum) – {KEEP(default),ZERO,REPLACE,INCR,INCR_WRAP,DECR,DECR_WRAP,INVERT}dfail(enum) – {KEEP(default),ZERO,REPLACE,INCR,INCR_WRAP,DECR,DECR_WRAP,INVERT}dpass(enum) – {KEEP(default),ZERO,REPLACE,INCR,INCR_WRAP,DECR,DECR_WRAP,INVERT}
Child tags (none)
See the specification for glStencilOp.
Example:
<stencilOp sfail=KEEP dfail=KEEP dpass=KEEP />