bevyengine / bevyengine/bevy

wrong colour on certain gpus

Open
#14,688 4 comments 0 reactions 0 assignees View on GitHub
A-Rendering C-Bug C-Machine-Specific I-Regression S-Needs-Investigation
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 }`
![image](https://github.com/user-attachments/assets/33de6dfb-d39d-483d-8c5e-7703dfb8554c)
`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 }`
![image](https://github.com/user-attachments/assets/9c134f52-875e-4dba-b257-57a864709167)
this is the same for all examples

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.