pub fn sort_phase_system<I>(
views: Query<'_, '_, &ExtractedView>,
render_phases: ResMut<'_, ViewSortedRenderPhases<I>>,
)where
I: SortedPhaseItem,Expand description
This system sorts the PhaseItems of all SortedRenderPhases of this
type.