virtual void SetBatch(DrawModeType, HAL* phal, Primitive* prim, unsigned index); virtual void SetBatch(DrawModeType, HAL* phal, ComplexMesh* prim, unsigned index);
SetBatch sets the batch color for the next batch to be rendered. Used with batch display view.
Informs the profiler of a new batch being rendered.
Parameters |
Description |
HAL* phal |
The HAL rendering the batch. |
Primitive* prim |
The primitive that is being rendered. |
unsigned index |
The index of the mesh within the primitive being rendered. |
DrawModeType |
The type of things that can be drawn. |