Class GPUSamplerCompareFunction
GPU sampler comparision function types.
Inheritance
System.Object
GPUSamplerCompareFunction
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class GPUSamplerCompareFunction : Enum
Fields
Less
If the source data is less than the destination data, the comparison passes.
Declaration
public const GPUSamplerCompareFunction Less
Field Value
GPUSamplerCompareFunction
|
Never
Never pass the comparison.
Declaration
public const GPUSamplerCompareFunction Never
Field Value
GPUSamplerCompareFunction
|
value__
Declaration
public int value__
Field Value
System.Int32
|