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
dsherret
changed the title
webgpuComputePass and webgpuHelloTriangle tests fail in wsl
webgpuComputePass and webgpuHelloTriangle tests fail in wsl with amd graphics card
Mar 30, 2022
On top of that, i got some information from the wgpu matrix:
Graphics is supported only on W11 and you need vulkan related packages to run it
Alternatively there is a way to run headless Xorg and forward graphics to some program on W10
If you have windows 11 (which has support for WSLg), read trough gfx-rs/wgpu#1443
The tldr is that OpenGL works, Vulkan is not supported by WSLg (microsoft/wslg#40) and DX12 could be made to work but needs work from wgpu's side.
These two tests fail in wsl because they can't request the adapter.
The text was updated successfully, but these errors were encountered: