Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat