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