gfx-rs / wgpu-native

Native WebGPU implementation based on wgpu-core
Apache License 2.0
865 stars 103 forks source link

Expose missing native features up to v0.19.4 #384

Closed davnotdev closed 5 months ago

davnotdev commented 5 months ago

190 This exposes WGPU native features up to v0.19.4. However, I'm not sure what values should be attributed to each feature. From what I've observed, the "correct" ordering of features doesn't matter since they change with each WGPU version anyway.

davnotdev commented 5 months ago

Sounds good! Thanks for listing them out too, that helps immensely.

rajveermalviya commented 5 months ago

Thanks!

Speak2Erase commented 1 month ago

I'd like to contribute to the project by re-exposing some of these features- how would I do that?