bevy/crates/bevy_core_pipeline
charlotte c661da1d42
Fix TAA on camera with viewport (#14582)
# 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.
2024-09-05 21:35:40 +02:00
..
src Fix TAA on camera with viewport (#14582) 2024-09-05 21:35:40 +02:00
Cargo.toml Release 0.14.1 2024-08-02 20:35:38 +02:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy Core Pipeline

License Crates.io Downloads Docs Discord