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