Class PostProcessingPass
Post-processing rendering service.
Assembly: FlaxEngine.dll
File: Engine/Renderer/PostProcessingPass.h
Syntax
public class PostProcessingPass : public RendererPass
Methods
Dispose()
Cleanup service data.
Declaration
public virtual void Dispose() override
Overrides
Init()
Initialize service.
Declaration
public virtual bool Init() override
Returns
bool
|
Overrides
Render(RenderContext& renderContext, GPUTexture* input, GPUTexture* output, GPUTexture* colorGradingLUT)
Perform postFx rendering for the input task
Declaration
public void Render(RenderContext& renderContext, GPUTexture* input, GPUTexture* output, GPUTexture* colorGradingLUT)
Parameters
RenderContext
renderContext
The rendering context. |
GPUTexture
input
Target with rendered HDR frame to post process |
GPUTexture
output
Output frame |
GPUTexture
colorGradingLUT
The prebaked LUT for color grading and tonemapping. |
setupResources()
Declaration
protected virtual bool setupResources() override
Returns
bool
|
Overrides
ToString()
Gets the string representation of this object.
Declaration
public virtual String ToString() const override
Returns
String
|