pub fn update_spot_light_frusta(
global_lights: Res<'_, GlobalVisibleClusterableObjects>,
views: Query<'_, '_, (Entity, &GlobalTransform, &SpotLight, &mut Frustum), Or<(Changed<GlobalTransform>, Changed<SpotLight>)>>,
)
pub fn update_spot_light_frusta(
global_lights: Res<'_, GlobalVisibleClusterableObjects>,
views: Query<'_, '_, (Entity, &GlobalTransform, &SpotLight, &mut Frustum), Or<(Changed<GlobalTransform>, Changed<SpotLight>)>>,
)