Skip to contents

Unload mesh data from CPU and GPU.

Usage

unload_mesh(mesh)

Arguments

mesh

A mesh.

Note

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

void UnloadMesh(Mesh mesh);

Examples

if (FALSE) {
unload_mesh(gen_mesh_cube(1.0, 1.0, 1.0))
}