Enumeration StencilOperation

Enumeration Members

Decrement: 7683

decrement the current stencil value, clamp to zero

DecrementWrap: 34056

decrement the current stencil value, with wrap-around

Increment: 7682

increment the current stencil value, clamp to max

IncrementWrap: 34055

increment the current stencil value, with wrap-around

Invert: 5386

perform a logical bitwise invert operation on the stencil value

Keep: 7680

keep the current stencil value

Replace: 7681

replace the stencil value with stencil reference value

Zero: 0

set the stencil value to zero

Generated using TypeDoc