We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Unload texture from GPU memory (VRAM)
None.
tex = raylib.LoadTexture("sprite.png") raylib.DrawTexture tex, 0, 0, raylib.WHITE // Free GPU memory when texture is no longer needed raylib.UnloadTexture tex
There was an error while loading. Please reload this page.