summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_utility_functions.h
diff options
context:
space:
mode:
authorDario <dariosamo@gmail.com>2023-08-04 11:42:06 -0300
committerDario <dariosamo@gmail.com>2023-08-04 11:42:06 -0300
commit77776f531336d78427f1097ca4ab37676d34df1b (patch)
treee49e2180324c202dd57e968f74b95d4e50f3920a /modules/gdscript/gdscript_utility_functions.h
parenteb4301b941fa211de204e37bd4d701f7e490a945 (diff)
downloadredot-engine-77776f531336d78427f1097ca4ab37676d34df1b.tar.gz
Fix motion vectors being corrupted when using precision=double and resulting in the TAA pass being completely broken.
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).
Diffstat (limited to 'modules/gdscript/gdscript_utility_functions.h')
0 files changed, 0 insertions, 0 deletions