Class OutlineRenderer
- Namespace
- ValveResourceFormat.Renderer
- Assembly
- Renderer.dll
Fullscreen pass that draws an outline using using stencil edge detection.
public class OutlineRendererInheritance
Inherited Members
Constructors
OutlineRenderer(RendererContext)
Fullscreen pass that draws an outline using using stencil edge detection.
public OutlineRenderer(RendererContext rendererContext)Parameters
rendererContextRendererContext
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
stencilRenderTexturenumSamplesintflipYbool