virtual void SetBatch(HAL* phal, ComplexMesh* prim, unsigned index);
SetBatch informs the profiler of a new batch being rendered.
|
Parameters |
Description |
|
HAL* phal |
The HAL rendering the batch. |
|
ComplexMesh* prim |
The primitive that is being rendered. |
|
unsigned index |
The index of the mesh within the primitive being rendered. |