GPUOutOfMemoryError

open class GPUOutOfMemoryError(message: String) : GPUError(source)

The GPUOutOfMemoryError interface of the WebGPU API describes an out-of-memory (oom) error indicating that there was not enough free memory to complete the requested operation. Available only in secure contexts.

MDN Reference

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard

The message read-only property of the GPUError interface provides a human-readable message that explains why the error occurred.