[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct3D11.StencilOperation

Enum StencilOperation

Namespace
GrapeCity.Documents.DX.Direct3D11
Assembly
GcDocs.DX.Windows.dll

D3D11_STENCIL_OP

public enum StencilOperation

Fields

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