Add the moved resources to the migration guide.

This commit is contained in:
andriyDev 2025-07-14 16:31:51 -07:00
parent f9c67f4de7
commit 81afb48ee7

View File

@ -1,6 +1,6 @@
---
title: Many render resources now initialized in `RenderStartup`
pull_requests: [19841, 19926, 19885, 19886, 19897, 19898, 19901]
pull_requests: [19841, 19926, 19885, 19886, 19897, 19898, 19901, 20147]
---
Many render resources are **no longer present** during `Plugin::finish`. Instead they are
@ -27,6 +27,11 @@ The following are the (public) resources that are now initialized in `RenderStar
- `PrepassViewBindGroup`
- `Wireframe3dPipeline`
- `MaterialPipeline`
- `Wireframe2dPipeline`
- `Material2dPipeline`
- `SpritePipeline`
- `Mesh2dPipeline`
- `BatchedInstanceBuffer<Mesh2dUniform>`
The vast majority of cases for initializing render resources look like so (in Bevy 0.16):