Skip to main content
Go to Latest
interface default.SystemInfo.GPUDevice
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { GPUDevice } = default.SystemInfo;

Describes a single graphics processor (GPU).

Properties

vendorId: number

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

deviceId: number

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

optional
subSysId: number

Sub sys ID of the GPU, only available on Windows.

optional
revision: number

Revision of the GPU, only available on Windows.

vendorString: string

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

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.