Search Results for

    Show / Hide Table of Contents

    Class PostProcessEffectLocation

    The Post Process effect rendering location within the rendering pipeline.

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

    Fields

    AfterAntiAliasingPass

    The 'after' AA filter pass.

    Declaration
    public const PostProcessEffectLocation AfterAntiAliasingPass
    Field Value
    PostProcessEffectLocation

    AfterForwardPass

    The 'after' forward pass but before any post processing.

    Declaration
    public const PostProcessEffectLocation AfterForwardPass
    Field Value
    PostProcessEffectLocation

    AfterGBufferPass

    The 'after' GBuffer rendering pass. Can be used to render custom geometry into GBuffer. Output is light buffer, single-target only (no output).

    Declaration
    public const PostProcessEffectLocation AfterGBufferPass
    Field Value
    PostProcessEffectLocation

    BeforeForwardPass

    The 'before' Forward pass (transparency) and fog effects. After the Light pass and Reflections pass.

    Declaration
    public const PostProcessEffectLocation BeforeForwardPass
    Field Value
    PostProcessEffectLocation

    BeforePostProcessingPass

    The 'before' in-build PostFx pass (bloom, color grading, etc.). After Forward Pass (transparency) and fog effects.

    Declaration
    public const PostProcessEffectLocation BeforePostProcessingPass
    Field Value
    PostProcessEffectLocation

    BeforeReflectionsPass

    The 'before' Reflections pass. After the Light pass. Can be used to implement a custom light types that accumulate lighting to the light buffer.

    Declaration
    public const PostProcessEffectLocation BeforeReflectionsPass
    Field Value
    PostProcessEffectLocation

    CustomUpscale

    The custom frame up-scaling that replaces default implementation. Rendering is done to the output backbuffer (use OutputView and OutputViewport as render destination).

    Declaration
    public const PostProcessEffectLocation CustomUpscale
    Field Value
    PostProcessEffectLocation

    Default

    The default location after the in-build PostFx pass (bloom, color grading, etc.) but before anti-aliasing effect.

    Declaration
    public const PostProcessEffectLocation Default
    Field Value
    PostProcessEffectLocation

    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