Hello! I have to get GPU name on Windows. How can I do it?
Rust doesn't have anything built-in for working with GPUs, so check how it's done in C, and then call the same C API from Rust (using winapi
or windows
crates perhaps).
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.