WGPU.NET
WGPU.NET copied to clipboard
Cross-platform .NET bindings to wgpu-native.
Hello, i find current this project only for desktop, could you support android and ios. I can create a WebGPU View use it in MAUI.
Updated the wgpu to the latest version (v. 0.18.0.2). Exposed wgpu functions.
Hi :) I'm trying to create a surface for WGPU on a mac: ```cs // Earlier in the code Glfw _glfw = Glfw.GetApi(); unsafe { _glfw.WindowHint(WindowHintBool.Resizable, false); _glfw.WindowHint(WindowHintClientApi.ClientApi, ClientApi.NoApi); _window...