Function bevy::render::render_phase::sort_phase_system

pub fn sort_phase_system<I>(
    render_phases: Query<'_, '_, &mut SortedRenderPhase<I>>
)
where I: SortedPhaseItem,
Expand description

This system sorts the PhaseItems of all SortedRenderPhases of this type.