virtualx-engine/servers/rendering/renderer_rd/storage_rd
Rémi Verschelde 6bf64027b7
Merge pull request #94785 from Chaosus/shader_fix_samplers_order
Fix texture samplers to not being last in the property list
2024-08-19 16:05:21 +02:00
..
forward_id_storage.cpp
forward_id_storage.h Ensure that only visible paired lights are used 2023-10-17 13:02:46 +02:00
light_storage.cpp Properly set size of shadow atlas quadrant when subdivision is 8 or higher. 2024-05-03 17:11:05 -07:00
light_storage.h Shadow fade for omni lights actually stops the shadow from updating while faded out to improve performance. 2024-03-25 21:25:56 -04:00
material_storage.cpp Fix texture samplers to not being last in the property list 2024-07-29 09:19:09 +03:00
material_storage.h Separate linear and sRGB uniform buffers in RD rendering backends 2024-05-27 13:38:49 -07:00
mesh_storage.cpp Relax motion vector updates to allow skipped frames for skeletons 2024-08-17 11:10:41 -07:00
mesh_storage.h Support custom AABB within MultiMesh resources 2024-02-15 22:37:07 -08:00
particles_storage.cpp Track compositor effects that use motion vectors so we enable required logic 2024-06-12 12:37:18 +10:00
particles_storage.h Acyclic Command Graph for RenderingDevice. 2024-01-08 14:54:56 -03:00
render_buffer_custom_data_rd.h
render_data_rd.cpp Remove empty bind_methods() 2024-08-15 08:24:32 +02:00
render_data_rd.h Remove empty bind_methods() 2024-08-15 08:24:32 +02:00
render_scene_buffers_rd.compat.inc Implement hooks into renderer 2024-02-18 21:54:21 +11:00
render_scene_buffers_rd.cpp Expose more state in RenderSceneBuffersRD 2024-07-15 22:04:10 +10:00
render_scene_buffers_rd.h Implement hooks into renderer 2024-02-18 21:54:21 +11:00
render_scene_data_rd.cpp Remove empty bind_methods() 2024-08-15 08:24:32 +02:00
render_scene_data_rd.h Remove empty bind_methods() 2024-08-15 08:24:32 +02:00
SCsub
texture_storage.cpp Merge pull request #92000 from clayjohn/vram-debugger 2024-05-16 09:32:11 +02:00
texture_storage.h Improvements to VRS/Foveated rendering 2024-05-03 17:20:30 +10:00
utilities.cpp Fix unsafe uses of Callable.is_null() 2024-04-27 16:22:57 +02:00
utilities.h