Expand description
Shared types for WebGPU errors. See also: https://gpuweb.github.io/gpuweb/#errors-and-debugging
Enums§
- Error
Type - A classification of WebGPU error for implementers of the WebGPU API to use in their own error layer(s).
Traits§
- WebGpu
Error - A trait for querying the
ErrorType
classification of an error.