struct Protocol::SystemInfo::GPUDevice
- Protocol::SystemInfo::GPUDevice
- Struct
- Value
- Object
Overview
Describes a single graphics processor (GPU).
Included Modules
- JSON::Serializable
Defined in:
protocol/system_info.crConstructors
Instance Method Summary
-
#device_id : Number::Primitive
PCI ID of the GPU device, if available; 0 otherwise.
-
#device_string : String
String description of the GPU device, if the PCI ID is not available.
-
#driver_vendor : String
String description of the GPU driver vendor.
-
#driver_version : String
String description of the GPU driver version.
-
#revision : Number::Primitive | Nil
Revision of the GPU, only available on Windows.
-
#sub_sys_id : Number::Primitive | Nil
Sub sys ID of the GPU, only available on Windows.
-
#vendor_id : Number::Primitive
PCI ID of the GPU vendor, if available; 0 otherwise.
-
#vendor_string : String
String description of the GPU vendor, if the PCI ID is not available.