[]
D3D11_STENCIL_OP
public enum StencilOperation
| Name | Description |
|---|---|
| Decrement | D3D11_STENCIL_OP_DECR |
| DecrementAndClamp | D3D11_STENCIL_OP_DECR_SAT |
| Increment | D3D11_STENCIL_OP_INCR |
| IncrementAndClamp | D3D11_STENCIL_OP_INCR_SAT |
| Invert | D3D11_STENCIL_OP_INVERT |
| Keep | D3D11_STENCIL_OP_KEEP |
| Replace | D3D11_STENCIL_OP_REPLACE |
| Zero | D3D11_STENCIL_OP_ZERO |