bevy/release-content/migration-guides/render_graph_app_to_ext.md
andriyDev f95f42b44a
Allow calling add_render_graph_node on World. (#19912)
# Objective

- This unblocks some work I am doing for #19887.

## Solution

- Rename `RenderGraphApp` to `RenderGraphExt`.
- Implement `RenderGraphExt` for `World`.
- Change `SubApp` and `App` to call the `World` impl.
2025-07-02 14:56:18 +00:00

209 B

title: RenderGraphApp renamed to RenderGraphExt. pull_requests: [19912]

RenderGraphApp has been renamed to RenderGraphExt. Rename this for cases where you are explicitly importing this trait.