unloadModelKeepMeshes function

void unloadModelKeepMeshes(
  1. Model model
)

Unload model (but not meshes) from memory (RAM and/or VRAM).

Implementation

void unloadModelKeepMeshes(Model model) {
  return library.UnloadModelKeepMeshes(model.ref);
}