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
|