pub fn sort_phase_system<I: PhaseItem>(
    render_phases: Query<'_, '_, &mut RenderPhase<I>>
)
Expand description

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