Class ShadowMapPass
Shadow map generation pass.
Inherited Members
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public class ShadowMapPass : RenderPass
Constructors
ShadowMapPass(ShadowRenderPath, int)
Initializes a new instance of the ShadowMapPass class.
Declaration
public ShadowMapPass(ShadowRenderPath renderPath, int passIndex)
Parameters
Type | Name | Description |
---|---|---|
ShadowRenderPath | renderPath | The render path. |
int | passIndex | The pass index. |
Methods
Render(DrawContext, CommandBuffer)
Renders this scene.
Declaration
public override void Render(DrawContext drawContext, CommandBuffer commandBuffer)
Parameters
Type | Name | Description |
---|---|---|
DrawContext | drawContext | The context for drawing. |
CommandBuffer | commandBuffer | The command buffer. |