Delegate DrawContext.DrawContextPassEventHandler
Drawing context pass event delegate.
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public delegate void DrawContext.DrawContextPassEventHandler(DrawContext drawContext, CommandBuffer commandBuffer, int passId)
Parameters
Type | Name | Description |
---|---|---|
DrawContext | drawContext | Drawing context. |
CommandBuffer | commandBuffer | Command buffer. |
int | passId | Pass Id. |