| GPUDevice Properties | 
The GPUDevice type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DeviceId | 
            PCI ID of the GPU device, if available; 0 otherwise.
             | 
|  | DeviceString | 
            String description of the GPU device, if the PCI ID is not available.
             | 
|  | DriverVendor | 
            String description of the GPU driver vendor.
             | 
|  | DriverVersion | 
            String description of the GPU driver version.
             | 
|  | Revision | 
            Revision of the GPU, only available on Windows.
             | 
|  | SubSysId | 
            Sub sys ID of the GPU, only available on Windows.
             | 
|  | VendorId | 
            PCI ID of the GPU vendor, if available; 0 otherwise.
             | 
|  | VendorString | 
            String description of the GPU vendor, if the PCI ID is not available.
             | 
 See Also
See Also