Class OutlineRenderer
Namespace: ValveResourceFormat.Renderer.PostProcess
Assembly: Renderer.dll
Fullscreen pass that draws an outline by running edge detection over the outline coverage mask.
csharp
public class OutlineRendererInheritance
Constructors
OutlineRenderer(RendererContext)
Fullscreen pass that draws an outline by running edge detection over the outline coverage mask.
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 outlineMask, int numSamples, bool flipY)Parameters
outlineMask RenderTexture
numSamples int
flipY bool

