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