#"Unable to find a GPU!" error on Wasm

1 messages · Page 1 of 1 (latest)

rough sparrow
#

Hello! Trying to get things running on Wasm (Bevy 14.1) and I'm getting a panic at /bevy_render-0.14.1/src/renderer/mod.rs:186:10:
Unable to find a GPU! Make sure you have installed required drivers!

I'm not using DefaultPlugins, but I believe I've copied all the necessary plugins to initialize. What could I be missing?

mild river
#

Difficult to tell what you might be missing without knowing what you have.

woeful oracle
#

Does it work when you use DefaultPlugins instead?

jaunty quiver
#

I've also been having this issue with 0.14.2 and 0.15.rc2. My code works with 0.13. I just switched back to DefaultPlugins and I still get the same error

#

I'm building something kind of unusual with bevy, but my init path isn't that crazy. I'm not really sure where to begin debugging this one nor what data would be useful