-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Vulkan error flood on 2d bloom example #8684
Comments
Can't reproduce on main
|
This might be caused by gfx-rs/wgpu#3809 |
I have the same issue, also on Arch linux 6.3.9 with an AMD gpu. Examples:
have the same behaviour
|
Error persist on current dev-main 9309d89 |
@tecbeast42 It seems the validation layer fix was merged in wgpu 0.17.0. Could you test again on the current main, since it uses 0.17.1, and your test was done when it used 0.16.0 ? I couldn't reproduce both on the current main (8efcbf3) and on 9309d89. |
It seems to be working fine now. 👍 |
@alice-i-cecile It seems this can be closed then 🙂 |
Bevy version
Tested with bevy 0.10.1 and also commit bc9144b
[Optional] Relevant system information
OS: Arch linux 6.3.1-zen
Vulkan instance version: 1.3.246
Adapter:
AdapterInfo { name: "NVIDIA GeForce RTX 2060", vendor: 4318, device: 7817, device_type: DiscreteGpu, driver: "NVIDIA", driver_info: "530.41.03", backend: Vulkan }
What you did
Ran the 2d bloom example
What went wrong
The following error floods the console endlessly:
Additional information
I cannot notice anything wrong the actual bloom rendering, it visually looks fine.
The text was updated successfully, but these errors were encountered: