WebIDLpedia

GPUValidationError interface

Definition

WebGPU defines GPUValidationError



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

Methods and attributes that return objects implementing GPUValidationError