DrawMeshInstanced abstract method
void
DrawMeshInstanced(
- MeshStructType mesh,
- MaterialStructType material,
- List<
MatrixStructType> transforms
Implementation
void DrawMeshInstanced(
MeshStructType mesh,
MaterialStructType material,
List<MatrixStructType> transforms,
);