-
-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
Hi I have been enjoying wgpu and wgpu-py for a while. Recently getting back to it I'm unable to run it. Any time I try to run any example (except compute_noop.py which doesn't use surface) I get the following:
thread` '<unnamed>' panicked at src/lib.rs:582:5:
Error in wgpuSurfaceConfigure: Validation Error
Caused by:
Surface does not support the adapter's queue family
stack backtrace:
0: _rust_begin_unwind
1: core::panicking::panic_fmt
2: wgpu_native::handle_error_fatal
3: _wgpuSurfaceConfigure
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
fatal runtime error: failed to initiate panic, error 5
I´m running a Mac M1 if that makes any difference. Anyone familiar with this issue?
Metadata
Metadata
Assignees
Labels
No labels