Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Protocol.SystemInfo.GPUInfo
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { GPUInfo } = Protocol.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.