bevy/crates/bevy_core_pipeline
Griffin 5640ec855e Add FXAA postprocessing (#6393)
# Objective

- Add post processing passes for FXAA (Fast Approximate Anti-Aliasing)
- Add example comparing MSAA and FXAA

## Solution

When the FXAA plugin is added, passes for FXAA are inserted between the main pass and the tonemapping pass. Supports using either HDR or LDR output from the main pass.

---

## Changelog

- Add a new FXAANode that runs after the main pass when the FXAA plugin is added.

Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2022-11-02 06:51:28 +00:00
..
src Add FXAA postprocessing (#6393) 2022-11-02 06:51:28 +00:00
Cargo.toml separate tonemapping and upscaling passes (#3425) 2022-10-26 20:13:59 +00:00