Search Results for

    Show / Hide Table of Contents

    Class RendererType

    Graphics rendering backend system types.

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

    Fields

    DirectX10

    DirectX 10

    Declaration
    public const RendererType DirectX10
    Field Value
    RendererType

    DirectX10_1

    DirectX 10.1

    Declaration
    public const RendererType DirectX10_1
    Field Value
    RendererType

    DirectX11

    DirectX 11

    Declaration
    public const RendererType DirectX11
    Field Value
    RendererType

    DirectX12

    DirectX 12

    Declaration
    public const RendererType DirectX12
    Field Value
    RendererType

    Null

    Null backend

    Declaration
    public const RendererType Null
    Field Value
    RendererType

    OpenGL4_1

    OpenGL 4.1

    Declaration
    public const RendererType OpenGL4_1
    Field Value
    RendererType

    OpenGL4_4

    OpenGL 4.4

    Declaration
    public const RendererType OpenGL4_4
    Field Value
    RendererType

    OpenGLES3

    OpenGL ES 3

    Declaration
    public const RendererType OpenGLES3
    Field Value
    RendererType

    OpenGLES3_1

    OpenGL ES 3.1

    Declaration
    public const RendererType OpenGLES3_1
    Field Value
    RendererType

    PS4

    PlayStation 4

    Declaration
    public const RendererType PS4
    Field Value
    RendererType

    PS5

    PlayStation 5

    Declaration
    public const RendererType PS5
    Field Value
    RendererType

    Unknown

    Unknown type

    Declaration
    public const RendererType Unknown
    Field Value
    RendererType

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Vulkan

    Vulkan

    Declaration
    public const RendererType Vulkan
    Field Value
    RendererType

    Extension Methods

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