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