[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.LogicOperation

LogicOperation Enum

D3D11_LOGIC_OP

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

Fields

Name Description
And

D3D11_LOGIC_OP_AND

AndInverted

D3D11_LOGIC_OP_AND_INVERTED

AndReverse

D3D11_LOGIC_OP_AND_REVERSE

Clear

D3D11_LOGIC_OP_CLEAR

Copy

D3D11_LOGIC_OP_COPY

CopyInverted

D3D11_LOGIC_OP_COPY_INVERTED

Equiv

D3D11_LOGIC_OP_EQUIV

Invert

D3D11_LOGIC_OP_INVERT

Nand

D3D11_LOGIC_OP_NAND

Noop

D3D11_LOGIC_OP_NOOP

Nor

D3D11_LOGIC_OP_NOR

Or

D3D11_LOGIC_OP_OR

OrInverted

D3D11_LOGIC_OP_OR_INVERTED

OrReverse

D3D11_LOGIC_OP_OR_REVERSE

Set

D3D11_LOGIC_OP_SET

Xor

D3D11_LOGIC_OP_XOR