Class OutlineRenderer
Namespace: ValveResourceFormat.Renderer.PostProcess
Assembly: Renderer.dll
Fullscreen pass that draws an outline using stencil edge detection.
csharp
public class OutlineRendererInheritance
Constructors
OutlineRenderer(RendererContext)
Fullscreen pass that draws an outline using stencil edge detection.
csharp
public OutlineRenderer(RendererContext rendererContext)Parameters
rendererContext RendererContext
Methods
Load()
Loads the outline edge detection shader.
csharp
public void Load()Render(RenderTexture, int, bool)
Execute the outline post-pass. Caller must ensure the destination framebuffer is bound.
csharp
public void Render(RenderTexture stencil, int numSamples, bool flipY)Parameters
stencil RenderTexture
numSamples int
flipY bool

