Class IAtmosphericFogRenderer
Interface for objects that can render custom atmospheric fog
Inheritance
IAtmosphericFogRenderer
Assembly: FlaxEngine.dll
File: Engine/Renderer/DrawCall.h
Syntax
public class IAtmosphericFogRenderer
Methods
DrawFog(GPUContext* context, RenderContext& renderContext, GPUTextureView* output)
Draw fog using GBuffer inputs
Declaration
public virtual void DrawFog(GPUContext* context, RenderContext& renderContext, GPUTextureView* output) = 0
Parameters
GPUContext
context
Context responsible for rendering commands |
Render The rendering context. |
GPUTexture Output buffer |