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
thread 'main' panicked at examples/wgpu.rs:55:26:
called `Option::unwrap()` on a `None` value
will fail.
Steps To Reproduce
cargo run --example wgpu --features="desktop gpu"
Expected behavior
The example runs, or indicates more clearly why it doesn't (unsupported platform or device).
I'm not sure if this is supposed to happen (is linux support there on wayland ?)
Problem
Fails on line 55
https://github.com/DioxusLabs/dioxus/blob/main/examples/wgpu.rs#L55 with
will fail.
Steps To Reproduce
Expected behavior
The example runs, or indicates more clearly why it doesn't (unsupported platform or device).
I'm not sure if this is supposed to happen (is linux support there on wayland ?)
Environment:
Questionnaire
I'm interested in fixing this myself but don't know where to start (at the very least I'll be ready to try to debug)
The text was updated successfully, but these errors were encountered: