We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Load image from file into CPU memory (RAM)
img = raylib.LoadImage("background.png") if raylib.IsImageValid(img) then tex = raylib.LoadTextureFromImage(img) end if raylib.UnloadImage img
There was an error while loading. Please reload this page.