bevyengine / bevyengine/bevy

Environment map missing on Intel IGP

Open
#21,488 0 comments 0 reactions 0 assignees View on GitHub
A-Rendering C-Bug C-Machine-Specific S-Needs-Investigation
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.