We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Check if a texture is valid (loaded in GPU)
tex = raylib.LoadTexture("sprite.png") if raylib.IsTextureValid(tex) then print "Texture loaded successfully" raylib.UnloadTexture tex end if
There was an error while loading. Please reload this page.