Class GPUSamplerBorderColor
GPU sampler border color types.
Inheritance
System.Object
GPUSamplerBorderColor
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class GPUSamplerBorderColor : Enum
Fields
OpaqueBlack
Indicates black, with the alpha component as fully opaque.
Declaration
public const GPUSamplerBorderColor OpaqueBlack
Field Value
GPUSamplerBorderColor
|
OpaqueWhite
Indicates white, with the alpha component as fully opaque.
Declaration
public const GPUSamplerBorderColor OpaqueWhite
Field Value
GPUSamplerBorderColor
|
TransparentBlack
Indicates black, with the alpha component as fully transparent.
Declaration
public const GPUSamplerBorderColor TransparentBlack
Field Value
GPUSamplerBorderColor
|
value__
Declaration
public int value__
Field Value
System.Int32
|