DrawMeshInstanced abstract method
void
DrawMeshInstanced(
- MeshStructType mesh,
- MaterialStructType material,
- List<
MatrixStructType> transforms
Draw multiple mesh instances with material and different transforms
Implementation
void DrawMeshInstanced(
MeshStructType mesh,
MaterialStructType material,
List<MatrixStructType> transforms,
);