Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix motion vectors being corrupted when using precision=double and re…
…sulting 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).
- Loading branch information