void CalcMeshSizes(unsigned* ptotalVertices, unsigned * ptotalIndices);
CalcMeshSizes calculates the total vertex and index count in the batch. Single mesh size are returned for instanced meshes.
Parameters |
Description |
unsigned* ptotalVertices |
Total number of vertices in the mesh. |
unsigned * ptotalIndices |
Total number of indices in the mesh. |