virtualx-engine/servers/rendering/renderer_rd/storage_rd
Juan Linietsky 71d21c7ccb Implement basic ASTC support
Implements basic ASTC support:
* Only 4x4 and 8x8 block sizes.
* Other block sizes are too complex to handle for Godot image compression handling. May be implemented sometime in the future.

The need for ASTC is mostly for the following use cases:
* Implement a high quality compression option for textures on mobile and M1 Apple hardware.
* For this, the 4x4 is sufficient, since it uses the same size as BPTC.

ASTC supports a lot of block sizes, but the benefit of supporting most of them is slim, while the implementation complexity in Godot is very high.
Supporting only 4x4 (and 8x8) solves the real problem, which is lack of a BPTC alternative on hardware where it's missing.

Note: This does not yet support encoding on import, an ASTC encoder will need to be added.
2022-12-20 11:26:30 +01:00
..
light_storage.cpp Implement Physical Light Units as an optional setting. 2022-08-31 12:14:46 -07:00
light_storage.h Implement Physical Light Units as an optional setting. 2022-08-31 12:14:46 -07:00
material_storage.cpp Rename uniform to parameter across the engine 2022-09-01 11:42:57 +03:00
material_storage.h Rename uniform to parameter across the engine 2022-09-01 11:42:57 +03:00
mesh_storage.cpp Merge pull request #60309 from The-O-King/oct 2022-08-22 19:29:21 +02:00
mesh_storage.h Changed storage structs to private 2022-08-01 11:59:14 +10:00
particles_storage.cpp Rename uniform to parameter across the engine 2022-09-01 11:42:57 +03:00
particles_storage.h Rename uniform to parameter across the engine 2022-09-01 11:42:57 +03:00
render_buffer_custom_data_rd.h Extracting render buffers and changing it to a more generic solution 2022-09-01 20:01:45 +10:00
render_scene_buffers_rd.cpp Extracting render buffers and changing it to a more generic solution 2022-09-01 20:01:45 +10:00
render_scene_buffers_rd.h Extracting render buffers and changing it to a more generic solution 2022-09-01 20:01:45 +10:00
SCsub
texture_storage.cpp Implement basic ASTC support 2022-12-20 11:26:30 +01:00
texture_storage.h Extracting render buffers and changing it to a more generic solution 2022-09-01 20:01:45 +10:00
utilities.cpp Extracting render buffers and changing it to a more generic solution 2022-09-01 20:01:45 +10:00
utilities.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00