Skip to main content

interface GPUPipelineError

extends DOMException

The GPUPipelineError interface of the WebGPU API describes a pipeline failure. Available only in secure contexts.

MDN Reference

Properties #

#reason: "validation" | "internal"
readonly

The reason read-only property of the GPUPipelineError interface defines the reason the pipeline creation failed in a machine-readable way.

MDN Reference

Did you find what you needed?

Privacy policy