Class ShadowRenderPath
Shadow map renderer.
Implements
Inherited Members
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public class ShadowRenderPath : LightRenderPath, IDisposable
Constructors
ShadowRenderPath(RenderManager)
Initializes a new instance of the ShadowRenderPath class.
Declaration
public ShadowRenderPath(RenderManager renderManager)
Parameters
Type | Name | Description |
---|---|---|
RenderManager | renderManager | The render manager. |
Methods
Destroy()
Destroy all resources of this instance.
Declaration
protected override void Destroy()
Overrides
Render(LightDrawContext, CommandBuffer)
Render 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. |