Function update_point_light_frusta

Source
pub fn update_point_light_frusta(
    global_lights: Res<'_, GlobalVisibleClusterableObjects>,
    views: Query<'_, '_, (Entity, &GlobalTransform, &PointLight, &mut CubemapFrusta), Or<(Changed<GlobalTransform>, Changed<PointLight>)>>,
)