prepare_atmosphere_uniforms

Function prepare_atmosphere_uniforms 

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