pub fn prepare_atmosphere_uniforms( commands: Commands<'_, '_>, atmospheres: Query<'_, '_, (Entity, &ExtractedAtmosphere)>, ) -> Result<(), BevyError>