Enum StencilAction
StencilAction enumeration
The stencil test actions
public enum StencilAction
Values
Name | Value | Description |
---|---|---|
Keep | 0 | Keep the current value |
Zero | 1 | Sets the stencil buffer value to 0 |
Replace | 2 | Sets the stencil buffer to ref where defined in StencilReference |
Increment | 3 | Increments the current stencil buffer value, clamps to maximum value. |
IncrementWrap | 4 | Increments the current stencil buffer value and wrap it to zero when it reaches maximum value. |
Decrement | 5 | Increments the current stencil buffer value, clamps to 0. |
DecrementWrap | 6 | Decrements the current stencil buffer value and wrap it to maximum value when it reaches zero. |
Invert | 7 | Bit-wise inverts the current stencil buffer value. |
See Also
- namespace Aspose.ThreeD.Render
- assembly Aspose.3D