2D rendering broken on Vulkan on some hardware
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## Bevy version
0.10.1 main ([dd98e1](https://github.com/bevyengine/bevy/pull/8674/commits/dd98e11a40bd6e9f8da5da8a206b44521e0f9bdd))
## \[Optional\] Relevant system information
cargo 1.69.0 (6e9a83356 2023-04-12)
```
AdapterInfo { name: "Intel(R) Iris(R) Xe Graphics", vendor: 32902, device: 39497, device_type: IntegratedGpu, driver: "Intel Corporation", driver_info: "Intel driver", backend: Vulkan }
SystemInfo { os: "Windows 11 Home", kernel: "22621", cpu: "11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz", core_count: "4", memory: "31.8 GiB" }
```
## What you did
Run the sprite example using
`cargo run --example sprite`
## What went wrong
The window is just a gray screen, the sprite is missing.
## Additional information

There are no warnings or errors in the log output, just the regular info logs.
With 0.9.1 I didn't have any such issues on the same machine.
Contributor guide
Assessment
This issue has not been assessed yet.