puppeteer/new-docs/puppeteer.protocol.systeminfo.gpudevice.md
2020-07-13 14:01:35 +01:00

1.6 KiB

Home > puppeteer > Protocol > SystemInfo > GPUDevice

Protocol.SystemInfo.GPUDevice interface

Describes a single graphics processor (GPU).

Signature:

export interface GPUDevice 

Properties

Property Type Description
deviceId number PCI ID of the GPU device, if available; 0 otherwise.
deviceString string String description of the GPU device, if the PCI ID is not available.
driverVendor string String description of the GPU driver vendor.
driverVersion string String description of the GPU driver version.
revision number Revision of the GPU, only available on Windows.
subSysId number Sub sys ID of the GPU, only available on Windows.
vendorId number PCI ID of the GPU vendor, if available; 0 otherwise.
vendorString string String description of the GPU vendor, if the PCI ID is not available.