Search Results for

    Show / Hide Table of Contents

    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

    RenderContext renderContext

    The rendering context.

    GPUTextureView output

    Output buffer

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • DrawFog(GPUContext* context, RenderContext& renderContext, GPUTextureView* output)
    Back to top Copyright © 2012-2024 Wojciech Figat