mirror of
https://github.com/godotengine/godot.git
synced 2025-02-11 22:35:15 +08:00
This switches to 64-bit integers in select locations of the Image class, so that image resolutions of 16384×16384 (used by lightmap texture arrays) can be used properly. Values that are larger should also work. VRAM compression is also supported, although most VRAM-compressed formats are limited to individual slices of 16384×16384. WebP is limited to 16383×16383 due to format limitations. |
||
---|---|---|
.. | ||
config.cpp | ||
config.h | ||
light_storage.cpp | ||
light_storage.h | ||
material_storage.cpp | ||
material_storage.h | ||
mesh_storage.cpp | ||
mesh_storage.h | ||
particles_storage.cpp | ||
particles_storage.h | ||
render_scene_buffers_gles3.cpp | ||
render_scene_buffers_gles3.h | ||
SCsub | ||
texture_storage.cpp | ||
texture_storage.h | ||
utilities.cpp | ||
utilities.h |