What is minimal way to get all GPUs detected in the system? #6922
-
I would like to get wgpu::Instance::default()
.enumerate_adapters(wgpu::Backends::all())
.into_iter()
.map(|a| a.get_info())
.collect() |
Beta Was this translation helpful? Give feedback.
Answered by
cwfitzgerald
Jan 15, 2025
Replies: 1 comment 1 reply
-
Won't save you much, but all you need are the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
erhant
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Won't save you much, but all you need are the
dx12
andmetal
features