Search Results for

    Show / Hide Table of Contents

    Class DrawCallsListType

    The draw calls list types.

    Inheritance
    System.Object
    DrawCallsListType
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class DrawCallsListType : Enum

    Fields

    Depth

    Hardware depth rendering.

    Declaration
    public const DrawCallsListType Depth
    Field Value
    DrawCallsListType

    Distortion

    Distortion accumulation rendering.

    Declaration
    public const DrawCallsListType Distortion
    Field Value
    DrawCallsListType

    Forward

    Transparency rendering.

    Declaration
    public const DrawCallsListType Forward
    Field Value
    DrawCallsListType

    GBuffer

    GBuffer rendering.

    Declaration
    public const DrawCallsListType GBuffer
    Field Value
    DrawCallsListType

    GBufferNoDecals

    GBuffer rendering after decals.

    Declaration
    public const DrawCallsListType GBufferNoDecals
    Field Value
    DrawCallsListType

    MAX

    The count of items in the DrawCallsListType enum.

    Declaration
    public const DrawCallsListType MAX
    Field Value
    DrawCallsListType

    MotionVectors

    Motion vectors rendering.

    Declaration
    public const DrawCallsListType MotionVectors
    Field Value
    DrawCallsListType

    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