mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
c661da1d42
# Objective Closes #14526 ## Solution The history texture was being created incorrectly with the viewport size rather than target size. When viewport < target, this meant that the render attachments would differer in size which causes a wgpu validation error. ## Testing Example in linked issue works. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |