ProfilerHAL::DrawProcessedComplexMeshes

ProfilerHAL::DrawProcessedComplexMeshes
virtual void DrawProcessedComplexMeshes(ComplexMesh* complexMesh, const StrideArray<HMatrix>& matrices);
Description

DrawProcessedComplexMeshes draws a range of complex meshes. Complex meshes represents multi-fill shape that is drawn and tessellated as a unit.

Parameters
Parameters 
Description 
ComplexMesh* complexMesh 
Pointer to ComplexMesh which represents a multi-fill shape. 
const StrideArray<HMatrix>& matrices 
HMatrix which maps a unit rectangle to a bounding rectangle.