bevy/crates/bevy_ui
Carter Anderson e6a0164587 Specialize UI pipeline on "hdr-ness" (#6459)
# Objective

The UI pass in HDR breaks currently because the color attachment format does not match the HDR ViewTarget.

## Solution

Specialize the UI pipeline on "hdr-ness" and select the appropriate format (like we do in the other built in pipelines).
2022-11-03 21:14:03 +00:00
..
src Specialize UI pipeline on "hdr-ness" (#6459) 2022-11-03 21:14:03 +00:00
Cargo.toml Revert thiserror version requirement to match version for all crates. (#6365) 2022-10-25 09:55:31 +00:00