Search Results for

    Show / Hide Table of Contents

    Struct RenderSetup

    The utility container for rendering setup configuration. Allows to properly decide about using certain render features (eg. motion vectors, TAA jitter) before rendering happens.

    Assembly: FlaxEngine.dll
    File: Engine/Renderer/RenderSetup.h
    Syntax
    public struct RenderSetup

    Fields

    UpscaleLocation

    Declaration
    public RenderingUpscaleLocation UpscaleLocation = RenderingUpscaleLocation::AfterAntiAliasingPass
    Field Value
    RenderingUpscaleLocation

    UseGlobalSDF

    Declaration
    public bool UseGlobalSDF = false
    Field Value
    bool

    UseGlobalSurfaceAtlas

    Declaration
    public bool UseGlobalSurfaceAtlas = false
    Field Value
    bool

    UseMotionVectors

    Declaration
    public bool UseMotionVectors = false
    Field Value
    bool

    UseTemporalAAJitter

    Declaration
    public bool UseTemporalAAJitter = false
    Field Value
    bool

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat