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 PhaseItem
s of all SortedRenderPhase
s of this
type.