pl.wendigo.chrome.domain.systeminfo / GPUDevice

GPUDevice

data class GPUDevice (source)

Describes a single graphics processor (GPU).

Constructors

<init>

GPUDevice(vendorId: Double, deviceId: Double, vendorString: String, deviceString: String, driverVendor: String, driverVersion: String)

Describes a single graphics processor (GPU).

Properties

deviceId

val deviceId: Double

PCI ID of the GPU device, if available; 0 otherwise.

deviceString

val deviceString: String

String description of the GPU device, if the PCI ID is not available.

driverVendor

val driverVendor: String

String description of the GPU driver vendor.

driverVersion

val driverVersion: String

String description of the GPU driver version.

vendorId

val vendorId: Double

PCI ID of the GPU vendor, if available; 0 otherwise.

vendorString

val vendorString: String

String description of the GPU vendor, if the PCI ID is not available.