Environment map missing on Intel IGP
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## Bevy main 0b3a34032ade90b49667fd4243a2b89dbdcc6758 (0.18-dev)
Environment map missing on Intel UHD 630 IGP. Tested `deferred_rendering` and `tonemapping` examples. The environment map was missing in both. Checked GTX 1050ti on the same computer and the environment map was visible. I noticed this while testing this https://github.com/bevyengine/bevy/pull/21475 (it is an issue both on main and with that pr)
## Relevant system information
- Windows 11
- i7-9700 CPU with UHD Graphics 630
```ignore
SystemInfo { os: "Windows 11 Pro", kernel: "22631", cpu: "Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz", core_count: "8", memory: "31.8 GiB" }
AdapterInfo { name: "Intel(R) UHD Graphics 630", vendor: 32902, device: 16024, device_type: IntegratedGpu, driver: "Intel Corporation", driver_info: "Intel driver", backend: Vulkan }
```
Contributor guide
Assessment
This issue has not been assessed yet.