wrong colour on certain gpus
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## Bevy version
0.14.1
the wgpu examples have no differences between devices so this must be a bevy issue
## What you did
compiled and ran the examples
## What went wrong
is was expecting identical output but got this instead (i assume the second image is the expected behaviour since this is what it looked like before updating)
`bevy_render::renderer: AdapterInfo { name: "Radeon RX550/550 Series", vendor: 4098, device: 27039, device_type: DiscreteGpu, driver: "AMD proprietary driver", driver_info: "24.7.1 (AMD proprietary shader compiler)", backend: Vulkan }`

`bevy_render::renderer: AdapterInfo { name: "Intel(R) HD Graphics 530", vendor: 32902, device: 6418, device_type: IntegratedGpu, driver: "Intel Corporation", driver_info: "Intel driver", backend: Vulkan }`

this is the same for all examples
Contributor guide
Assessment
This issue has not been assessed yet.