We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Set texture wrapping mode
None.
tex = raylib.LoadTexture("tile.png") raylib.SetTextureWrap tex, raylib.TEXTURE_WRAP_REPEAT raylib.DrawTexture tex, 0, 0, raylib.WHITE raylib.UnloadTexture tex
There was an error while loading. Please reload this page.