UnloadMaterial method
Unload material from GPU memory (VRAM)
Implementation
@override
void UnloadMaterial(
MaterialD material,
) => run(
() => RaylibDebugLabels.UnloadMaterial(material),
() => rl.Core.UnloadMaterial(
rl.Temp.Material$.Ref1(material).ref,
),
);