GPUPipelineError
open class GPUPipelineError(message: String, options: GPUPipelineErrorInit) : DOMException, Serializable(source)
The GPUPipelineError
interface of the WebGPU API describes a pipeline failure. Available only in secure contexts.
Properties
Link copied to clipboard
The name
read-only property of the DOMException interface returns a string that contains one of the strings associated with an error name.
Link copied to clipboard
The reason
read-only property of the GPUPipelineError interface defines the reason the pipeline creation failed in a machine-readable way.