|
KiCad PCB EDA Suite
|
#include <sysinfo.h>
Public Attributes | |
| std::string | Name |
| long long | MemorySize |
| std::string | DriverVersion |
| std::string | Manufacturer |
| std::string KIPLATFORM::GPU_INFO::DriverVersion |
Definition at line 34 of file sysinfo.h.
Referenced by KIPLATFORM::SYSINFO::gpuFromDirectX().
| std::string KIPLATFORM::GPU_INFO::Manufacturer |
Definition at line 35 of file sysinfo.h.
Referenced by KIPLATFORM::SYSINFO::gpuFromDirectX().
| long long KIPLATFORM::GPU_INFO::MemorySize |
Definition at line 33 of file sysinfo.h.
Referenced by KIPLATFORM::SYSINFO::gpuFromDirectX().
| std::string KIPLATFORM::GPU_INFO::Name |
Definition at line 32 of file sysinfo.h.
Referenced by KIPLATFORM::SYSINFO::gpuFromDirectX().