Search Results for

    Show / Hide Table of Contents

    Class RenderContext

    The high-level renderer context. Used to collect the draw calls for the scene rendering. Can be used to perform a custom rendering.

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

    Fields

    Buffers

    The render buffers.

    Declaration
    public RenderBuffers Buffers
    Field Value
    RenderBuffers

    List

    The render list.

    Declaration
    public RenderList List
    Field Value
    RenderList

    LodProxyView

    The proxy render view used to synchronize objects level of detail during rendering (eg. during shadow maps rendering passes). It's optional.

    Declaration
    public RenderView*LodProxyView
    Field Value
    RenderView*

    Task

    The scene rendering task that is a source of renderable objects (optional).

    Declaration
    public SceneRenderTask Task
    Field Value
    SceneRenderTask

    View

    The render view.

    Declaration
    public RenderView View
    Field Value
    RenderView

    Extension Methods

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