You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, whenever I try to run any example, a window pops up then immediately closes with the following assertion failure
thread 'main' panicked at 'assertion failed: suf.supports_queue_family(&adapter.raw.queue_families[0])', /home/{USER}/.cargo/registry/src/{...}/wgpu-native-0.4.2/src/device.rs:2065:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
I'm assuming this has to do with the environment I'm running this in? I'm using Linux Manjaro with a GTX 1080 and a Coffee Lake CPU.
The text was updated successfully, but these errors were encountered:
Yeah, I think it's Vulkan. Tried some other Vulkan demos and they don't work either.
I spent a lot of time trying to get Vulkan support with nVidia graphics on Manjaro, but no dice.
Ho yes I'm having the same issue on my main computer : my CPU is an old i5-4670k (Haswell) and the drivers don't have a correct Vulkan implementation, not one that works with wgpu anyway.
The way I test the iced (wgpu backend) examples right now on this setup is by applying this patch :
Then my "high performance" (i.e. nvidia) drivers does its magic and everything is flawless.
On Manjaro you can get them with sudo pacman -S nvidia. I don't use nouveau, maybe that's your problem ?
If this issue is to be fixed someday, I think it would be on the wgpu side.
Unfortunately, whenever I try to run any example, a window pops up then immediately closes with the following assertion failure
I'm assuming this has to do with the environment I'm running this in? I'm using Linux Manjaro with a GTX 1080 and a Coffee Lake CPU.
The text was updated successfully, but these errors were encountered: