pub fn update_directional_light_frusta(
    views: Query<'_, '_, (&GlobalTransform, &DirectionalLight, &mut Frustum, &ComputedVisibility), (Or<(Changed<GlobalTransform>, Changed<DirectionalLight>)>, Without<Camera>)>
)