Function bevy::pbr::update_previous_view_data

pub fn update_previous_view_data(
    commands: Commands<'_, '_>,
    query: Query<'_, '_, (Entity, &Camera, &GlobalTransform), Or<(With<Camera3d>, With<ShadowView>)>>
)