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