Search Results for

    Show / Hide Table of Contents

    Class RenderingUpscaleLocation

    The Post Process effect rendering location within the rendering pipeline.

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

    Fields

    AfterAntiAliasingPass

    The up-scaling happens directly to the output buffer (backbuffer) after post processing and anti-aliasing.

    Declaration
    public const RenderingUpscaleLocation AfterAntiAliasingPass
    Field Value
    RenderingUpscaleLocation

    BeforePostProcessingPass

    The up-scaling happens before the post processing after scene rendering (after geometry, lighting, volumetrics, transparency and SSR/SSAO).

    Declaration
    public const RenderingUpscaleLocation BeforePostProcessingPass
    Field Value
    RenderingUpscaleLocation

    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