Function get_gpu_info_windows
Source fn get_gpu_info_windows(lib_path: &str) -> Vec<HashMap<String, String>>
Expand description
Function to get GPU information for Windows machines.
§Arguments
lib_path
- The path to the library used to get GPU information.
§Returns
A Vec
of HashMap
containing GPU(s) information if successful, otherwise an empty Vec
.