i am experiencing a problem running the wgpu examples at https://github.com/dotnet/Silk.NET/tree/mai

i am experiencing a problem running the wgpu examples at https://github.com/dotnet/Silk.NET/tree/main/src/Lab/Experiments

the libwgpu_native.so file is copied to the runtimes/*/libwgpu_native.so folder, but the webgpu backend can only find it if i copy it manually to the root of the build folder

errore for reference:
Unhandled exception. System.IO.FileNotFoundException: Could not load from any of the possible library names! Please make sure that the library is installed and in the right place!
   at Silk.NET.WebGPU.WebGPU.CreateDefaultContext(String[] n)
   at Silk.NET.WebGPU.WebGPU.GetApi()
GitHub
The high-speed OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX bindings library your mother warned you about. - Silk.NET/src/Lab/Experiments at main · dotnet/Silk.NET
Silk.NET/src/Lab/Experiments at main · dotnet/Silk.NET
Was this page helpful?