godot/doc
31 1b58f94296 Fix Image.create_from_data use_mipmaps doc
The Image.create_from_data doc describes the "use_mipmaps" argument as a
way to generate mipmaps, but this method only allocates and loads data.
This can cause confusion, where this function reads more or less data
than expected. Update the doc to be more specific that create_from_data
is loading the mipmaps from the raw data.

(cherry picked from commit 09b324b5b6)
2020-06-15 14:34:35 +02:00
..
classes Fix Image.create_from_data use_mipmaps doc 2020-06-15 14:34:35 +02:00
tools SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
Doxyfile
Makefile