[]
D3D11_STENCIL_OP
public enum StencilOperation
Decrement = 8
D3D11_STENCIL_OP_DECR
DecrementAndClamp = 5
D3D11_STENCIL_OP_DECR_SAT
Increment = 7
D3D11_STENCIL_OP_INCR
IncrementAndClamp = 4
D3D11_STENCIL_OP_INCR_SAT
Invert = 6
D3D11_STENCIL_OP_INVERT
Keep = 1
D3D11_STENCIL_OP_KEEP
Replace = 3
D3D11_STENCIL_OP_REPLACE
Zero = 2
D3D11_STENCIL_OP_ZERO