Search Results for

    Show / Hide Table of Contents

    Enum ClipDepth

    Defines the type of depth in the clip space depth.

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

    Fields

    Name Description
    NegativeOneToOne

    The depth in clip space is in the [-1, 1] range.

    ZeroToOne

    The depth in clip space is in the [0, 1] range.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX