godot/servers/rendering/renderer_rd/storage_rd
Pedro J. Estébanez 5f71b55380 Improve handling of the format of the VRS image
- Validate format conservatively. (This is to have VRS images created regardless whether VRS attachments are supported, which avoids errors in places where the code assumes such images were created on low-spec GPUs.)
- Create a non-layered default VRS image, which is what Vulkan (and D3D12, by the way) expect.
2022-07-28 12:24:03 +02:00
..
light_storage.cpp Split dependency logic 2022-06-28 00:10:29 +10:00
light_storage.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
material_storage.cpp Implement Vector4, Vector4i, Projection 2022-07-23 14:00:01 +02:00
material_storage.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
mesh_storage.cpp Prevent possible crash when mesh is freed 2022-07-06 19:52:54 +03:00
mesh_storage.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
particles_storage.cpp Implement shader uniform groups/subgroups 2022-07-26 11:26:09 +03:00
particles_storage.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
SCsub Split dummy renderer classes into separate files 2022-03-16 17:43:10 +11:00
texture_storage.cpp Improve handling of the format of the VRS image 2022-07-28 12:24:03 +02:00
texture_storage.h Tweak Decal distance fade defaults and add property hints 2022-07-27 03:15:46 +02:00
utilities.cpp Split dependency logic 2022-06-28 00:10:29 +10:00
utilities.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00