Table of Contents

Class BloomRenderer

Namespace
ValveResourceFormat.Renderer
Assembly
Renderer.dll

Post-processing renderer that creates bloom effects using multi-pass Gaussian blur.

public class BloomRenderer

Inheritance

Inherited Members

Constructors

BloomRenderer(RendererContext, PostProcessRenderer)

public BloomRenderer(RendererContext rendererContext, PostProcessRenderer postProcessRenderer)

Parameters

rendererContext RendererContext
postProcessRenderer PostProcessRenderer

Fields

BloomMipCount

public const int BloomMipCount = 4

Field Value

int

Properties

AccumulationResult

public RenderTexture? AccumulationResult { get; }

Property Value

RenderTexture?

Methods

Load()

public void Load()

Render(Framebuffer)

public void Render(Framebuffer input)

Parameters

input Framebuffer