bevy/crates/bevy_core_pipeline/src
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
..
blit resolve all internal ambiguities (#10411) 2024-01-09 19:08:15 +00:00
bloom Rename Core Render Graph Labels (#11882) 2024-02-15 23:15:16 +00:00
contrast_adaptive_sharpening Rename Core Render Graph Labels (#11882) 2024-02-15 23:15:16 +00:00
core_2d Rename Core Render Graph Labels (#11882) 2024-02-15 23:15:16 +00:00
core_3d Support optional clear color in ColorAttachment. (#11884) 2024-02-16 13:25:55 +00:00
deferred Multithreaded render command encoding (#9172) 2024-02-09 07:35:35 +00:00
fullscreen_vertex_shader Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
fxaa Rename Core Render Graph Labels (#11882) 2024-02-15 23:15:16 +00:00
prepass Multithreaded render command encoding (#9172) 2024-02-09 07:35:35 +00:00
skybox New Exposure and Lighting Defaults (and calibrate examples) (#11868) 2024-02-15 20:42:48 +00:00
taa Rename Core Render Graph Labels (#11882) 2024-02-15 23:15:16 +00:00
tonemapping mipmap levels can be 0 and they should be interpreted as 1 (#11767) 2024-02-11 22:00:07 +00:00
upscaling Async pipeline compilation (#10812) 2024-02-05 13:50:50 +00:00
lib.rs Inverse missing_docs logic (#11676) 2024-02-03 21:40:55 +00:00
msaa_writeback.rs Rename Core Render Graph Labels (#11882) 2024-02-15 23:15:16 +00:00