virtual void EmitToHAL(RenderQueueItem&, RenderQueueProcessor&);
EmitToHAL outputs the queued up draw primitives to the HAL for rendering.
|
Parameters |
Description |
|
RenderQueueItem& |
The items queued up for rendering. |
|
RenderQueueProcessor& |
The RenderQueueProcessor for processing the queue items. |