deno / latest / ~ / gpuoutofmemoryerror.html

GPUOutOfMemoryError

class GPUOutOfMemoryError extends GPUError {
    
constructor(message: string);
}

Extends

GPUError

Constructors

new GPUOutOfMemoryError(message: string)