mirror of
https://github.com/bevyengine/bevy
synced 2025-01-06 18:28:59 +00:00
994312ac6d
# 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 |