Skip to content

raylib.UnloadMaterial

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Unload material from memory

Parameters

Parameter Default Value Note
material

Return value

None.

Notes

Example

mat = raylib.LoadMaterialDefault
// use mat for rendering...
raylib.UnloadMaterial mat

Clone this wiki locally