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.