Function bevy_render::render_phase::sort_phase_system
source · pub fn sort_phase_system<I: PhaseItem>(
render_phases: Query<'_, '_, &mut RenderPhase<I>>
)
Expand description
This system sorts the PhaseItem
s of all RenderPhase
s of this type.