[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct3D11.LogicOperation

Enum LogicOperation

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

D3D11_LOGIC_OP

public enum LogicOperation

Fields

And = 6

D3D11_LOGIC_OP_AND

AndInverted = 13

D3D11_LOGIC_OP_AND_INVERTED

AndReverse = 12

D3D11_LOGIC_OP_AND_REVERSE

Clear = 0

D3D11_LOGIC_OP_CLEAR

Copy = 2

D3D11_LOGIC_OP_COPY

CopyInverted = 3

D3D11_LOGIC_OP_COPY_INVERTED

Equiv = 11

D3D11_LOGIC_OP_EQUIV

Invert = 5

D3D11_LOGIC_OP_INVERT

Nand = 7

D3D11_LOGIC_OP_NAND

Noop = 4

D3D11_LOGIC_OP_NOOP

Nor = 9

D3D11_LOGIC_OP_NOR

Or = 8

D3D11_LOGIC_OP_OR

OrInverted = 15

D3D11_LOGIC_OP_OR_INVERTED

OrReverse = 14

D3D11_LOGIC_OP_OR_REVERSE

Set = 1

D3D11_LOGIC_OP_SET

Xor = 10

D3D11_LOGIC_OP_XOR