Search Results for

    Show / Hide Table of Contents

    Enum ComparisonFunction

    Comparison options.

    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public enum ComparisonFunction : byte

    Fields

    Name Description
    Always

    Always passes the comparison.

    Equal

    If the source data is equal to the destination data, the comparison passes.

    Greater

    If the source data is greater than the destination data, the comparison succeeds.

    GreaterEqual

    If the source data is greater than or equal to the destination data, the comparison passes.

    Less

    If the source data is less than the destination data, the comparison succeeds.

    LessEqual

    If the source data is less than or equal to the destination data, the comparison passes.

    Never

    Never pass the comparison test.

    NotEqual

    The comparison passes if the source data is not equal to the destination data.

    Extension Methods

    DX11ExtensionsMethods.ToDirectX(ComparisonFunction)
    DX12ExtensionsMethods.ToDirectX(ComparisonFunction)
    MTLExtensionsMethods.ToMetal(ComparisonFunction)
    VKExtensionsMethods.ToVulkan(ComparisonFunction)
    WGPUExtensionsMethods.ToWGPU(ComparisonFunction)
    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX