Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

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