-
public final class GPUDeviceDescribes a single graphics processor (GPU).
-
-
Field Summary
Fields Modifier and Type Field Description private final DoublevendorIdprivate final DoubledeviceIdprivate final DoublesubSysIdprivate final Doublerevisionprivate final StringvendorStringprivate final StringdeviceStringprivate final StringdriverVendorprivate final StringdriverVersion
-
Method Summary
Modifier and Type Method Description final Doublecomponent1()final Doublecomponent2()final Doublecomponent3()final Doublecomponent4()final Stringcomponent5()final Stringcomponent6()final Stringcomponent7()final Stringcomponent8()final GPUDevicecopy(Double vendorId, Double deviceId, Double subSysId, Double revision, String vendorString, String deviceString, String driverVendor, String driverVersion)final DoublegetVendorId()PCI ID of the GPU vendor, if available; 0 otherwise. final DoublegetDeviceId()PCI ID of the GPU device, if available; 0 otherwise. final DoublegetSubSysId()Sub sys ID of the GPU, only available on Windows. final DoublegetRevision()Revision of the GPU, only available on Windows. final StringgetVendorString()String description of the GPU vendor, if the PCI ID is not available. final StringgetDeviceString()String description of the GPU device, if the PCI ID is not available. final StringgetDriverVendor()String description of the GPU driver vendor. final StringgetDriverVersion()String description of the GPU driver version. -
-
Method Detail
-
component1
final Double component1()
-
component2
final Double component2()
-
component3
final Double component3()
-
component4
final Double component4()
-
component5
final String component5()
-
component6
final String component6()
-
component7
final String component7()
-
component8
final String component8()
-
copy
final GPUDevice copy(Double vendorId, Double deviceId, Double subSysId, Double revision, String vendorString, String deviceString, String driverVendor, String driverVersion)
-
getVendorId
final Double getVendorId()
PCI ID of the GPU vendor, if available; 0 otherwise.
-
getDeviceId
final Double getDeviceId()
PCI ID of the GPU device, if available; 0 otherwise.
-
getSubSysId
final Double getSubSysId()
Sub sys ID of the GPU, only available on Windows.
-
getRevision
final Double getRevision()
Revision of the GPU, only available on Windows.
-
getVendorString
final String getVendorString()
String description of the GPU vendor, if the PCI ID is not available.
-
getDeviceString
final String getDeviceString()
String description of the GPU device, if the PCI ID is not available.
-
getDriverVendor
final String getDriverVendor()
String description of the GPU driver vendor.
-
getDriverVersion
final String getDriverVersion()
String description of the GPU driver version.
-
-
-
-