We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Convert image to POT (power-of-two) NOTE: It could be useful on OpenGL ES 2.0 (RPI, HTML5)
None.
img = raylib.GenImageColor(60, 40, raylib.RED) raylib.ImageToPOT img, raylib.BLACK // pads to 64x64 raylib.UnloadImage img
There was an error while loading. Please reload this page.