Class ShadowRenderPath
Shadow map renderer.
Inherited Members
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public class ShadowRenderPath : LightRenderPath
Constructors
ShadowRenderPath(RenderManager)
Initializes a new instance of the ShadowRenderPath class.
Declaration
public ShadowRenderPath(RenderManager renderManager)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderManager | renderManager | The rendering manager. |
Methods
Destroy()
Destroys all resources of this instance.
Declaration
protected override void Destroy()
Overrides
Render(LightDrawContext, CommandBuffer)
Renders this scene.
Declaration
protected override void Render(LightDrawContext drawContext, CommandBuffer commandBuffer)
Parameters
| Type | Name | Description |
|---|---|---|
| LightDrawContext | drawContext | The context to draw. |
| CommandBuffer | commandBuffer | The command buffer used to render this context. |