bevy/crates/bevy_render/src/view
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
..
visibility Fix a few Clippy lints (#11866) 2024-02-14 19:07:18 +00:00
window Move EntityHash related types into bevy_ecs (#11498) 2024-02-12 15:02:24 +00:00
mod.rs Support optional clear color in ColorAttachment. (#11884) 2024-02-16 13:25:55 +00:00
view.wgsl Exposure settings (adopted) (#11347) 2024-01-16 14:53:21 +00:00