Class ForwardDefaultPass
Deferred path.
Implements
Inherited Members
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public class ForwardDefaultPass : RenderPass, IDisposable
  Constructors
ForwardDefaultPass(ForwardRenderPath, int)
Initializes a new instance of the ForwardDefaultPass class.
Declaration
public ForwardDefaultPass(ForwardRenderPath renderPath, int passIndex)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ForwardRenderPath | renderPath | The render path.  | 
      
| int | passIndex | The pass index.  | 
      
Methods
Render(DrawContext, CommandBuffer)
Render this scene.
Declaration
public override void Render(DrawContext drawContext, CommandBuffer commandBuffer)
  Parameters
| Type | Name | Description | 
|---|---|---|
| DrawContext | drawContext | The context to draw.  | 
      
| CommandBuffer | commandBuffer | The command buffer.  |