Skip to content
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

Strange discoloring when using msaa on Windows with Vulkan #5565

Open
AndriBaal opened this issue Apr 19, 2024 · 3 comments
Open

Strange discoloring when using msaa on Windows with Vulkan #5565

AndriBaal opened this issue Apr 19, 2024 · 3 comments
Labels
api: vulkan Issues with Vulkan type: bug Something isn't working

Comments

@AndriBaal
Copy link

I have a strange discoloring when 2d rendering to the surface target or any other render target, when using a multisampling on Windows 10 / 11 with Vulkan.

This is how it looks when:

  • Rendering with Vulkan and multisample on my Linux Laptop (Intel Graphics)
  • Rendering with OpenGL and multisample on Windows 10 / 11 (AMD RX 6600XT)
  • Rendering with Vulkan and NO multisample on Windows 10 / 11 (AMD RX 6600XT)
    grafik

This is how it looks with Vulkan and multisample on Windows 10 / 11 (AMD RX 6600XT):
grafik

For me, this looks like it might be an issue with HDR. Altough my monitor supports HDR, I have HDR deactivated in my monitor settings and Windows does not recognize my display as a HDR display. I also never had any issues with discoloring in other games i played.

I also get a lot of DirectX errors while using Vulkan just like described in #3959. (I don't think it has anything to do with it, since I also have it on Windows with OpenGL, but I wanted to mention it anyway.)

Is this an already known issue or am I maybe just doing something wrong? I'd be happy to supply more information or an example if needed!

@valaphee
Copy link
Contributor

Reminds me of #4842

@AndriBaal
Copy link
Author

Would be possible since I also use sRGB.

@teoxoy teoxoy added type: bug Something isn't working api: vulkan Issues with Vulkan labels Jul 3, 2024
@chuigda
Copy link

chuigda commented Oct 29, 2024

Maybe not very relevant with wgpu-rs specifically. I'm using Windows 10 and AMD RX-6650XT. It seems that even the Vulkan Tutorial MSAA example has this discoloring:

image

And on Linux side (I have dual boot) everything works fine. So I guess this could be a potential driver problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: vulkan Issues with Vulkan type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants