bevy/crates/bevy_core_pipeline
Kristoffer Søholm 3d72e08f32
Fix CAS toggle broken by retained render world (#16533)
# Objective

Fixes #16531

I also added change detection when creating the pipeline, which
technically isn't needed but it felt weird leaving it as is.

## Solution

Remove the pipeline if CAS is disabled. The uniform was already being
removed, which caused flickering / weirdness.

## Testing

Tested the anti_alias example by toggling CAS a bunch on/off.
2024-11-27 23:38:09 +00:00
..
src Fix CAS toggle broken by retained render world (#16533) 2024-11-27 23:38:09 +00:00
Cargo.toml Remove thiserror from bevy_core_pipeline (#15775) 2024-10-09 14:20:16 +00: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