|
| GraphicsStencilOperationDecrement =(5) |
| Decreases current stencil buffer value.
|
|
| GraphicsStencilOperationDecrementWrap =(6) |
| Decreases stencil buffer value, wraps to maximum - 1 when below 0.
|
|
| GraphicsStencilOperationIncrement =(3) |
| Increases current stencil buffer value.
|
|
| GraphicsStencilOperationIncrementWrap =(4) |
| Increases stencil buffer value, wraps to zero when reaching maximum.
|
|
| GraphicsStencilOperationInvert =(7) |
| Inverts current stencil buffer value.
|
|
| GraphicsStencilOperationKeep =(0) |
| Keeps the current stencil buffer value.
|
|
| GraphicsStencilOperationReplace =(2) |
| Set stencil buffer value to reference value, specified by StencilFunction.
|
|
| GraphicsStencilOperationZero =(1) |
| Sets stencil buffer value to zero.
|
|
Renderer stencil operations.