WebIDLpedia

GPUOutOfMemoryError interface

Definition

WebGPU defines GPUOutOfMemoryError



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

Methods and attributes that return objects implementing GPUOutOfMemoryError