gfx-rs / wgpu-native

Native WebGPU implementation based on wgpu-core
Apache License 2.0
843 stars 96 forks source link

bindgen: Only bind `WGPU.*` and `wgpu.*`. #361

Closed waywardmonkeys closed 7 months ago

waywardmonkeys commented 7 months ago

The bindings only need to include things from the WGPU API, not stuff from the headers that they happen to include from the compiler and libc.