WebIDLpedia

GPUAdapterInfo interface

Definition

WebGPU defines GPUAdapterInfo



[Exposed=(Window, Worker), SecureContext]
interface GPUAdapterInfo {
    readonly attribute DOMString vendor;
    readonly attribute DOMString architecture;
    readonly attribute DOMString device;
    readonly attribute DOMString description;
};

Methods and attributes that return objects implementing GPUAdapterInfo

Referring IDL interfaces/dictionaries