C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct3D11 Namespace / StencilOperation Enumeration

StencilOperation Enumeration
D3D11_STENCIL_OP
Syntax
'Declaration
 
Public Enum StencilOperation 
   Inherits System.Enum
 
Members
MemberDescription
DecrementD3D11_STENCIL_OP_DECR
DecrementAndClampD3D11_STENCIL_OP_DECR_SAT
IncrementD3D11_STENCIL_OP_INCR
IncrementAndClampD3D11_STENCIL_OP_INCR_SAT
InvertD3D11_STENCIL_OP_INVERT
KeepD3D11_STENCIL_OP_KEEP
ReplaceD3D11_STENCIL_OP_REPLACE
ZeroD3D11_STENCIL_OP_ZERO
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Util.DX.Direct3D11.StencilOperation

See Also