-
Notifications
You must be signed in to change notification settings - Fork 953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unusually dark screen when using Vulkan backend #3449
Comments
There is no release with the fix yet. Can you give master a try? |
Works as expected on master 👍 |
There will be a minor version release containing the fix next week. |
@teoxoy can you reference the commit that fixes this issue from this PR? |
#3444 part of the 0.15.1 release should have fixed the issue. |
Description
When using Vulkan on any wpgu project, the output is much darker than when using DX12 or Browser WebGPU.
I should also note that this wasn't an issue on my Radeon card a year ago, but I'm not sure if it's the new graphics card or a WGPU update that caused this issue.
Repro steps
Reproduced using
Expected behavior (using DX12)
And on the Learn Wgpu website
Observed behavior (using Vulkan)
Extra materials
I found a similar issue that could be potentially the same problem, but it was reported as fixed #1646
The text was updated successfully, but these errors were encountered: