go-webgpu icon indicating copy to clipboard operation
go-webgpu copied to clipboard

Go bindings for WebGPU, a safe & cross-platform GPU abstraction

Results 5 go-webgpu issues
Sort by recently updated
recently updated
newest added

Hello, can you provide .so file in Artifacts, i see your Github Action have compiled a .so file, but not copy to final Artifacts. I'm a xamarin developer, it can't...

Ahoy I am not firm with webgpu so far and am wondering if it is also possible to target Wasm and display in a canvas? Would it be possible to...

I always hit "undefined: getSurfaceDescriptor" issue. See below. ``´ ➜ gio-windowing git:(main) ✗ go build . go: downloading github.com/rajveermalviya/gio v0.0.0-20220407081512-669757591f4c go: downloading golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d go: downloading gioui.org/cpu v0.0.0-20210817075930-8d6a761490d2 go: downloading...

Seems to install fine on linux (using WSL so it won't actually find an adapter) ``` $ go run github.com/rajveermalviya/go-webgpu-examples/compute@latest go: downloading github.com/rajveermalviya/go-webgpu-examples v0.0.0-20230730112648-c29c7b8006e5 go: downloading github.com/rajveermalviya/go-webgpu/wgpu v0.17.1 panic: failed...

This adds linux arm64 as a target for build-wgpu