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.
pub fn sort_phase_system<I>(
render_phases: ResMut<'_, ViewSortedRenderPhases<I>>,
)where
I: SortedPhaseItem,
This system sorts the PhaseItem
s of all SortedRenderPhase
s of this
type.