bevy/crates/bevy_core_pipeline
charlotte 9505f6e6a9
Support optional clear color in ColorAttachment. (#11884)
This represents when the user has configured `ClearColorConfig::None` in
their application. If the clear color is `None`, we will always `Load`
instead of attempting to clear the attachment on the first call.

Fixes #11883.
2024-02-16 13:25:55 +00:00
..
src Support optional clear color in ColorAttachment. (#11884) 2024-02-16 13:25:55 +00:00
Cargo.toml mipmap levels can be 0 and they should be interpreted as 1 (#11767) 2024-02-11 22:00:07 +00:00