logo
pub fn batch_phase_system<I>(
    render_phases: Query<'_, '_, &mut RenderPhase<I>, ()>
) where
    I: BatchedPhaseItem
Expand description

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