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

Provides information about the GPU(s) on the system.

Properties

devices: GPUDevice[]

The graphics devices on the system. any 0 is the primary GPU.

optional
auxAttributes: any

An optional dictionary of additional GPU related attributes.

optional
featureStatus: any

An optional dictionary of graphics features and their status.

driverBugWorkarounds: string[]

An optional array of GPU driver bug workarounds.

Supported accelerated video decoding capabilities.

Supported accelerated video encoding capabilities.

Supported accelerated image decoding capabilities.