release-content/migration-guides/bevy_material.md
Various material-related machinery where extracted from bevy_pbr and bevy_render into a new crate called bevy_material.
The following were moved from bevy_render to bevy_material:
AlphaModeSpecializedMeshPipelineErrorThe following were moved from bevy_pbr to bevy_material:
OpaqueRendererMethodErasedMeshPipelineKey, ErasedMaterialPipelineKey, ErasedMaterialKey, ErasedMaterialKeyVTable, RenderPhaseTypeMaterialPropertiesThe following were moved from bevy_render to bevy_material but do not require migration thanks to re-exports:
BindGroupLayoutDescriptor, RenderPipelineDescriptor, NoFragmentStateError, VertexState, FragmentState, ComputePipelineDescriptorShaderLabel, DrawFunctionLabel, DrawFunctionIdBindGroupLayoutEntryBuilder, BindGroupLayoutEntries, DynamicBindGroupLayoutEntries, IntoBindGroupLayoutEntryBuilder, IntoIndexedBindGroupLayoutEntryBuilderArray