WebIDLpedia

GPUInternalError interface

Definition

WebGPU defines GPUInternalError



[Exposed=(Window, Worker), SecureContext]
interface GPUInternalError
        : GPUError {
    constructor(DOMString message);
};

Methods and attributes that return objects implementing GPUInternalError