Skip to contents

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

Usage

unload_model(model)

Arguments

model

A model.

Note

This function has been auto-generated from the following Raylib function definition:

void UnloadModel(Model model);

See also

model() for creating model objects.

Other model functions: draw_model_ex(), draw_model_wires(), draw_model(), get_model_bounding_box(), get_ray_collision_model(), load_model()