WebIDLpedia

GPUPipelineError interface

Definition

WebGPU defines GPUPipelineError



[Exposed=(Window, Worker), SecureContext, Serializable]
interface GPUPipelineError : DOMException {
    constructor(optional DOMString message = "", GPUPipelineErrorInit options);
    readonly attribute GPUPipelineErrorReason reason;
};

Methods and attributes that return objects implementing GPUPipelineError