GPUOutOfMemoryError: GPUOutOfMemoryError() constructor - Web APIs | MDN

Syntax

js

new GPUOutOfMemoryError(message)

Parameters

message

A string providing a human-readable message that explains why the error occurred.

Examples

A developer would not manually use the constructor to create a GPUOutOfMemoryError object. The user agent uses this constructor to create an appropriate object when an out-of-memory error is surfaced by GPUDevice.popErrorScope or the uncapturederror event.

See the main GPUOutOfMemoryError page for a specific example involving a GPUOutOfMemoryError object instance.

Specifications

Specification
WebGPU
# dom-gpuoutofmemoryerror-gpuoutofmemoryerror

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.