Enum LogicOperation
- Namespace
- SharpVulkan
- Assembly
- Lime.dll
public enum LogicOperation
Fields
And = 1
AndInverted = 4
AndReverse = 2
Clear = 0
Copy = 3
CopyInverted = 12
Equivalent = 9
Invert = 10
Nand = 14
NoOp = 5
Nor = 8
Or = 7
OrInverted = 13
OrReverse = 11
Set = 15
Xor = 6