public class GPUDevice extends Object
| Constructor and Description |
|---|
GPUDevice() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getDeviceId()
PCI ID of the GPU device, if available; 0 otherwise.
|
String |
getDeviceString()
String description of the GPU device, if the PCI ID is not available.
|
String |
getDriverVendor()
String description of the GPU driver vendor.
|
String |
getDriverVersion()
String description of the GPU driver version.
|
Double |
getRevision()
Revision of the GPU, only available on Windows.
|
Double |
getSubSysId()
Sub sys ID of the GPU, only available on Windows.
|
Double |
getVendorId()
PCI ID of the GPU vendor, if available; 0 otherwise.
|
String |
getVendorString()
String description of the GPU vendor, if the PCI ID is not available.
|
void |
setDeviceId(Double deviceId)
PCI ID of the GPU device, if available; 0 otherwise.
|
void |
setDeviceString(String deviceString)
String description of the GPU device, if the PCI ID is not available.
|
void |
setDriverVendor(String driverVendor)
String description of the GPU driver vendor.
|
void |
setDriverVersion(String driverVersion)
String description of the GPU driver version.
|
void |
setRevision(Double revision)
Revision of the GPU, only available on Windows.
|
void |
setSubSysId(Double subSysId)
Sub sys ID of the GPU, only available on Windows.
|
void |
setVendorId(Double vendorId)
PCI ID of the GPU vendor, if available; 0 otherwise.
|
void |
setVendorString(String vendorString)
String description of the GPU vendor, if the PCI ID is not available.
|
public Double getVendorId()
public void setVendorId(Double vendorId)
public Double getDeviceId()
public void setDeviceId(Double deviceId)
public Double getSubSysId()
public void setSubSysId(Double subSysId)
public Double getRevision()
public void setRevision(Double revision)
public String getVendorString()
public void setVendorString(String vendorString)
public String getDeviceString()
public void setDeviceString(String deviceString)
public String getDriverVendor()
public void setDriverVendor(String driverVendor)
public String getDriverVersion()
public void setDriverVersion(String driverVersion)
Copyright © 2021 Kenan Klisura. All rights reserved.