Enum WgpuCompareFunction
Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll
public enum WgpuCompareFunction
Fields
Always = 8
Equal = 4
Greater = 5
GreaterEqual = 7
Less = 2
LessEqual = 3
Never = 1
NotEqual = 6
Undefined = 0
Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll
public enum WgpuCompareFunction
Always = 8
Equal = 4
Greater = 5
GreaterEqual = 7
Less = 2
LessEqual = 3
Never = 1
NotEqual = 6
Undefined = 0