stencilOpActionType Enumeration

The stencil operation test action.
Members
 
  Member name Description
Decrement Decrements the current stencil buffer value. Clamps to 0.
Increment Increments the current stencil buffer value. Clamps to the maximum representable unsigned value.
Invert Increments the stencil buffer value
Keep Keeps the value in the stencil buffer
Replace Replaces the stencil buffer entry with the stencil reference value used in the stencil test
Zero Sets the stencil buffer entry to zero

In this article

Definition