Function bevy_render::render_phase::sort_phase_system

source ยท
pub fn sort_phase_system<I>(
    render_phases: ResMut<'_, ViewSortedRenderPhases<I>>,
)
where I: SortedPhaseItem,
Expand description

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