UnloadMesh abstract method

void UnloadMesh(
  1. MeshStructType mesh
)

Unload mesh data from CPU and GPU

Implementation

void UnloadMesh(
  MeshStructType mesh,
);