godot/doc
Rémi Verschelde 0e93a1df79
Remove obsolete LargeTexture, it's no longer useful since 3.x
It existed in early Godot releases to allow working around hardware limitations
on max texture sizes (e.g. hardware limits of 1024x1024 pixels).

Nowadays the max texture size supported natively by Godot is 16384x16384, and
even low end mobile hardware should support at least 4096x4096.

The LargeTexture implementation is basically just an array with offsets, sizes
and textures and should be easy to replicate with a custom Texture resource if
needed - solving most of its bugs on the way as the implementation removed here
has various unimplemented or incomplete methods.
2021-04-28 15:51:55 +02:00
..
classes Remove obsolete LargeTexture, it's no longer useful since 3.x 2021-04-28 15:51:55 +02:00
tools makerst: Fix generation of overridden properties in child classes 2021-04-06 17:26:18 +03:00
translations Rename some more global enums (Key, Joy, MIDI) 2021-03-23 07:13:23 -04:00
Doxyfile
Makefile [HTML5] Add jsdoc2rst tool. 2021-02-26 11:33:59 +01:00