Table of Contents

Class OutlineRenderer

Namespace
ValveResourceFormat.Renderer
Assembly
Renderer.dll

Fullscreen pass that draws an outline using using stencil edge detection.

public class OutlineRenderer

Inheritance

Inherited Members

Constructors

OutlineRenderer(RendererContext)

Fullscreen pass that draws an outline using using stencil edge detection.

public OutlineRenderer(RendererContext rendererContext)

Parameters

rendererContext RendererContext

Methods

Load()

public void Load()

Render(RenderTexture, int, bool)

Execute the outline post-pass. Caller must ensure the destination framebuffer is bound.

public void Render(RenderTexture stencil, int numSamples, bool flipY)

Parameters

stencil RenderTexture
numSamples int
flipY bool