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
When running on my desktop (nvidia GPU), Bevy examples compile and run fine. However when running on my laptop (Intel integrated GPU), I see a message that it cannot find the GPU:
$ cargo run --example ui
Finished dev [unoptimized + debuginfo] target(s) in 0.26s
Running `target/debug/examples/ui`
thread 'main' panicked at 'Unable to find a GPU! Make sure you have installed required drivers!', crates/bevy_wgpu/src/wgpu_renderer.rs:28:14
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
It's worth noting that other applications run fine including ones that use the GPU such as games, CAD software etc.
I am not sure if this is an issue with Bevy or with wgpu. This issue is to see if anyone else has encountered this problem or if it is just me.
@chemicstry You are completely correct, I did not have intel-vulkan package installed. Installing it solved the problem.
I've created a PR on the website to add a "troubleshooting section" with the solution.
When running on my desktop (nvidia GPU), Bevy examples compile and run fine. However when running on my laptop (Intel integrated GPU), I see a message that it cannot find the GPU:
It's worth noting that other applications run fine including ones that use the GPU such as games, CAD software etc.
I am not sure if this is an issue with Bevy or with wgpu. This issue is to see if anyone else has encountered this problem or if it is just me.
Relevant info
The text was updated successfully, but these errors were encountered: