DrawMesh abstract method

void DrawMesh(
  1. MeshStructType mesh,
  2. MaterialStructType material,
  3. MatrixStructType transform
)

Implementation

void DrawMesh(
  MeshStructType mesh,
  MaterialStructType material,
  MatrixStructType transform,
);