DrawMeshInstanced abstract method

void DrawMeshInstanced(
  1. MeshStructType mesh,
  2. MaterialStructType material,
  3. List<MatrixStructType> transforms
)

Implementation

void DrawMeshInstanced(
  MeshStructType mesh,
  MaterialStructType material,
  List<MatrixStructType> transforms,
);