We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Unload image from CPU memory (RAM)
None.
img = raylib.LoadImage("sprite.png") tex = raylib.LoadTextureFromImage(img) // Free CPU-side image data once uploaded to GPU raylib.UnloadImage img
There was an error while loading. Please reload this page.