AtmosphereEnvironmentMapLight and GeneratedEnvironmentMapLight are extremely slow even on desktop:
SystemInfo { os: "Linux (Arch Linux)", kernel: "7.0.10-arch1-1", cpu: "AMD Ryzen 7 4800U with Radeon Graphics", core_count: "8", memory: "15.0 GiB" }
cargo r -p bevy_city -r -- --size 5
Without AtmosphereEnvironmentMapLight 58 fps:
With AtmosphereEnvironmentMapLight 13 fps:
cargo r --example reflection_probes -r
With EnvironmentMapLight 59 fps:
With GeneratedEnvironmentMapLight 17 fps:

AtmosphereEnvironmentMapLightandGeneratedEnvironmentMapLightare extremely slow even on desktop:Without
AtmosphereEnvironmentMapLight58 fps:With
AtmosphereEnvironmentMapLight13 fps:With
EnvironmentMapLight59 fps:With
GeneratedEnvironmentMapLight17 fps: