'Declaration Public Enum StencilOperation Inherits System.Enum
public enum StencilOperation : System.Enum
'Declaration Public Enum StencilOperation Inherits System.Enum
public enum StencilOperation : System.Enum
| Member | 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 |
System.Object
System.ValueType
System.Enum
C1.Util.DX.Direct3D11.StencilOperation