mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.6 KiB
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. |