Class ForwardPass
Forward rendering pass for transparent geometry.
Assembly: FlaxEngine.dll
File: Engine/Renderer/ForwardPass.h
Syntax
public class ForwardPass : public RendererPass
Constructors
ForwardPass()
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)
Performs forward pass rendering for the input task. Renders transparent objects.
Declaration
public void Render(RenderContext& renderContext, GPUTexture* input, GPUTexture* output)
Parameters
RenderContext
renderContext
The rendering context. |
GPUTexture
input
Target with renderer frame ready for further processing. |
GPUTexture
output
The output frame. |
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
|