[]
D3D11_LOGIC_OP
public enum LogicOperation
And = 6D3D11_LOGIC_OP_AND
AndInverted = 13D3D11_LOGIC_OP_AND_INVERTED
AndReverse = 12D3D11_LOGIC_OP_AND_REVERSE
Clear = 0D3D11_LOGIC_OP_CLEAR
Copy = 2D3D11_LOGIC_OP_COPY
CopyInverted = 3D3D11_LOGIC_OP_COPY_INVERTED
Equiv = 11D3D11_LOGIC_OP_EQUIV
Invert = 5D3D11_LOGIC_OP_INVERT
Nand = 7D3D11_LOGIC_OP_NAND
Noop = 4D3D11_LOGIC_OP_NOOP
Nor = 9D3D11_LOGIC_OP_NOR
Or = 8D3D11_LOGIC_OP_OR
OrInverted = 15D3D11_LOGIC_OP_OR_INVERTED
OrReverse = 14D3D11_LOGIC_OP_OR_REVERSE
Set = 1D3D11_LOGIC_OP_SET
Xor = 10D3D11_LOGIC_OP_XOR