virtualx-engine/servers/rendering/renderer_rd/storage_rd
2022-12-26 22:23:22 +11:00
..
forward_id_storage.cpp
forward_id_storage.h
light_storage.cpp Cleanup and improve sky render 2022-12-23 19:45:19 +11:00
light_storage.h Cleanup and improve sky render 2022-12-23 19:45:19 +11:00
material_storage.cpp Implement render_target_was_used API so that Viewports can properly check if they have been used. 2022-12-16 09:50:45 -08:00
material_storage.h Implement render_target_was_used API so that Viewports can properly check if they have been used. 2022-12-16 09:50:45 -08:00
mesh_storage.cpp Merge pull request #70091 from clayjohn/bone-aabbs 2022-12-17 12:32:32 +01:00
mesh_storage.h Remove mesh bone_aabbs as they are not used anywhere and calculating them is a pain 2022-12-14 19:32:19 -08:00
particles_storage.cpp Ensure that particles are processed at least once before being used 2022-12-21 14:06:05 -07:00
particles_storage.h Avoid updating particles during 2D rendering 2022-12-22 12:04:34 -07:00
render_buffer_custom_data_rd.h
render_scene_buffers_rd.cpp Fix errors related to reflection probe now using a render buffers object 2022-12-26 22:23:22 +11:00
render_scene_buffers_rd.h Cleanup and improve sky render 2022-12-23 19:45:19 +11:00
render_scene_data_rd.cpp Implement CAMERA_VISIBLE_LAYERS as built-in shader variable 2022-12-03 22:41:27 -08:00
render_scene_data_rd.h Implement CAMERA_VISIBLE_LAYERS as built-in shader variable 2022-12-03 22:41:27 -08:00
SCsub
texture_storage.cpp Merge pull request #65376 from reduz/astc-support 2022-12-20 12:44:30 +01:00
texture_storage.h Implement render_target_was_used API so that Viewports can properly check if they have been used. 2022-12-16 09:50:45 -08:00
utilities.cpp Add call_deferred() method to Callable 2022-11-04 17:24:34 +01:00
utilities.h