Skip to content

Specify where RenderGraph is in Migration Guide, add it to bevy_render::prelude#24265

Open
kfc35 wants to merge 3 commits into
bevyengine:mainfrom
kfc35:24257_render_graph_usability
Open

Specify where RenderGraph is in Migration Guide, add it to bevy_render::prelude#24265
kfc35 wants to merge 3 commits into
bevyengine:mainfrom
kfc35:24257_render_graph_usability

Conversation

@kfc35
Copy link
Copy Markdown
Contributor

@kfc35 kfc35 commented May 12, 2026

Objective

Solution

  • RenderGraph is already pub, but it moved locations. Specify where in the migration guide.
  • Added RenderGraph to bevy_render’s prelude. This can be removed if desired.

Testing

  • ci

@kfc35 kfc35 added C-Docs An addition or correction to our documentation D-Trivial Nice and easy! A great choice to get started with Bevy A-Rendering Drawing game state to the screen C-Usability A targeted quality-of-life change that makes Bevy easier to use S-Needs-Review Needs reviewer attention (from anyone!) to move forward labels May 12, 2026
@kfc35 kfc35 added this to the 0.19 milestone May 12, 2026
@github-project-automation github-project-automation Bot moved this to Needs SME Triage in Rendering May 12, 2026
@kfc35 kfc35 added C-Docs An addition or correction to our documentation D-Trivial Nice and easy! A great choice to get started with Bevy A-Rendering Drawing game state to the screen C-Usability A targeted quality-of-life change that makes Bevy easier to use S-Needs-Review Needs reviewer attention (from anyone!) to move forward labels May 12, 2026
@Zeophlite Zeophlite added S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it and removed S-Needs-Review Needs reviewer attention (from anyone!) to move forward labels May 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Rendering Drawing game state to the screen C-Docs An addition or correction to our documentation C-Usability A targeted quality-of-life change that makes Bevy easier to use D-Trivial Nice and easy! A great choice to get started with Bevy S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it

Projects

Status: Needs SME Triage

Development

Successfully merging this pull request may close these issues.

RenderGraph should be pub and exported by bevy_render

2 participants