[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [SystemInfo](./puppeteer.protocol.systeminfo.md) > [GPUDevice](./puppeteer.protocol.systeminfo.gpudevice.md) ## Protocol.SystemInfo.GPUDevice interface Describes a single graphics processor (GPU). Signature: ```typescript export interface GPUDevice ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [deviceId](./puppeteer.protocol.systeminfo.gpudevice.deviceid.md) | number | PCI ID of the GPU device, if available; 0 otherwise. | | [deviceString](./puppeteer.protocol.systeminfo.gpudevice.devicestring.md) | string | String description of the GPU device, if the PCI ID is not available. | | [driverVendor](./puppeteer.protocol.systeminfo.gpudevice.drivervendor.md) | string | String description of the GPU driver vendor. | | [driverVersion](./puppeteer.protocol.systeminfo.gpudevice.driverversion.md) | string | String description of the GPU driver version. | | [revision](./puppeteer.protocol.systeminfo.gpudevice.revision.md) | number | Revision of the GPU, only available on Windows. | | [subSysId](./puppeteer.protocol.systeminfo.gpudevice.subsysid.md) | number | Sub sys ID of the GPU, only available on Windows. | | [vendorId](./puppeteer.protocol.systeminfo.gpudevice.vendorid.md) | number | PCI ID of the GPU vendor, if available; 0 otherwise. | | [vendorString](./puppeteer.protocol.systeminfo.gpudevice.vendorstring.md) | string | String description of the GPU vendor, if the PCI ID is not available. |