bevy/crates/bevy_core_pipeline
Carter Anderson c019a60b39 Add "end of main pass post processing" render graph node (#6468)
# Objective

Bevy UI (and third party plugins) currently have no good way to position themselves after all post processing effects. They currently use the tonemapping node, but this is not adequate if there is anything after tonemapping (such as FXAA).

## Solution

Add a logical `END_MAIN_PASS_POST_PROCESSING` RenderGraph node that main pass post processing effects position themselves before, and things like UIs can position themselves after.
2022-11-04 22:19:02 +00:00
..
src Add "end of main pass post processing" render graph node (#6468) 2022-11-04 22:19:02 +00:00
Cargo.toml Bloom (#6397) 2022-11-04 01:34:12 +00:00