[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.StencilOperation

StencilOperation Enum

D3D11_STENCIL_OP

Namespace: C1.Util.DX.Direct3D11
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public enum StencilOperation

Fields

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