Delegate DrawContext.DrawContextEventHandler
Draw context event delegate.
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public delegate void DrawContext.DrawContextEventHandler(DrawContext drawContext, CommandBuffer commandBuffer)
Parameters
Type | Name | Description |
---|---|---|
DrawContext | drawContext | Drawing context. |
CommandBuffer | commandBuffer | Command buffer. |