bevy/crates/bevy_core_pipeline/src
andriyDev 2bddbdfd7c
Use RenderStartup for all basic cases in bevy_core_pipeline. (#20002)
# Objective

- Progress towards #19887.

## Solution

- Convert `FromWorld` impls into systems.
- Run those systems in `RenderStartup`.

## Testing

- Ran `bloom_3d`, `auto_exposure`, `depth_of_field`, `motion_blur`,
`skybox`, `post_processing`, and `tonemapping` examples and they all
work :)
2025-07-15 07:10:43 +00:00
..
auto_exposure Use RenderStartup for all basic cases in bevy_core_pipeline. (#20002) 2025-07-15 07:10:43 +00:00
blit Use RenderStartup for all basic cases in bevy_core_pipeline. (#20002) 2025-07-15 07:10:43 +00:00
bloom Use RenderStartup for all basic cases in bevy_core_pipeline. (#20002) 2025-07-15 07:10:43 +00:00
core_2d Move Camera3d/2d to bevy_camera (#19953) 2025-07-05 13:24:28 +00:00
core_3d Move Camera3d/2d to bevy_camera (#19953) 2025-07-05 13:24:28 +00:00
deferred Make render and compute pipeline descriptors defaultable. (#19903) 2025-07-02 18:47:27 +00:00
dof Use RenderStartup for all basic cases in bevy_core_pipeline. (#20002) 2025-07-15 07:10:43 +00:00
experimental Use RenderStartup for all basic cases in bevy_core_pipeline. (#20002) 2025-07-15 07:10:43 +00:00
fullscreen_vertex_shader Make render and compute pipeline descriptors defaultable. (#19903) 2025-07-02 18:47:27 +00:00
motion_blur Use RenderStartup for all basic cases in bevy_core_pipeline. (#20002) 2025-07-15 07:10:43 +00:00
oit Use RenderStartup for all basic cases in bevy_core_pipeline. (#20002) 2025-07-15 07:10:43 +00:00
post_process Use RenderStartup for all basic cases in bevy_core_pipeline. (#20002) 2025-07-15 07:10:43 +00:00
prepass Split LatePrepassNode query in a few groups (#19840) 2025-06-30 23:08:27 +00:00
skybox Use RenderStartup for all basic cases in bevy_core_pipeline. (#20002) 2025-07-15 07:10:43 +00:00
tonemapping Use RenderStartup for all basic cases in bevy_core_pipeline. (#20002) 2025-07-15 07:10:43 +00:00
upscaling Mini Blit refactor (#20118) 2025-07-14 21:50:56 +00:00
lib.rs Use RenderStartup for all basic cases in bevy_core_pipeline. (#20002) 2025-07-15 07:10:43 +00:00
msaa_writeback.rs Mini Blit refactor (#20118) 2025-07-14 21:50:56 +00:00