Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/mod.ts>Protocol.SystemInfo.GPUInfo

Headless Chrome Deno API
Latest
interface Protocol.SystemInfo.GPUInfo
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { GPUInfo } = Protocol.SystemInfo;

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

Properties

devices: GPUDevice[]

The graphics devices on the system. Element 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.