Function insert_deferred_lighting_pass_id_component

Source
pub fn insert_deferred_lighting_pass_id_component(
    commands: Commands<'_, '_>,
    views: Query<'_, '_, Entity, (With<DeferredPrepass>, Without<PbrDeferredLightingDepthId>)>,
)