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);

Examples

if (FALSE) {
unload_model(load_model("model.obj"))
}