mirror of
https://github.com/godotengine/godot.git
synced 2025-02-05 21:41:47 +08:00
77776f5313
See Issue #69528. When building with precision=double, the TAA pass would break due to the motion vectors being corrupted. It was apparent the origin of the camera itself was corrupted in the UBO for the previous frame because the camera origin was only being split correctly for the current block but not for the previous block (to effectively support the double precision float on the shader). |
||
---|---|---|
.. | ||
forward_id_storage.cpp | ||
forward_id_storage.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_buffer_custom_data_rd.h | ||
render_scene_buffers_rd.cpp | ||
render_scene_buffers_rd.h | ||
render_scene_data_rd.cpp | ||
render_scene_data_rd.h | ||
SCsub | ||
texture_storage.cpp | ||
texture_storage.h | ||
utilities.cpp | ||
utilities.h |