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
will cause usage of any other queue from that device to fail with something like
thread '<unnamed>' panicked at C:\Users\runneradmin\.cargo\git\checkouts\wgpu-53e70f8674b08dd4\b8a8ff6\wgpu-core\src\storage.rs:113:39:
Queue[Id(0,1,vk)] does not exist
I suspect this is related/the same underlying issue as gfx-rs/wgpu#5092
E.g., just doing this:
will cause usage of any other queue from that device to fail with something like
I suspect this is related/the same underlying issue as gfx-rs/wgpu#5092
Reproducer:
The text was updated successfully, but these errors were encountered: