eliemichel / WebGPU-Cpp

A single-file zero-overhead C++ idiomatic wrapper for WebGPU native
https://eliemichel.github.io/WebGPU-Cpp/
MIT License
281 stars 17 forks source link

No enumerate_adapters implement #9

Open L1uyu opened 8 months ago

L1uyu commented 8 months ago

I see that wgpu-native could use "enumerate_adapters" in this post:https://github.com/gfx-rs/wgpu/discussions/2022#discussioncomment-1432274 Is there any way to enumerate adapters with a specific backend like dx12? The default backend I test is always Vulkan on my machine.