Expand description
Shared types for WebGPU errors. See also: https://gpuweb.github.io/gpuweb/#errors-and-debugging
Enums§
- Error
- Errors resulting from usage of GPU APIs.
- Error
Filter - Kinds of
Errors apush_error_scopemay be configured to catch. - Error
Type - A classification of WebGPU error for implementers of the WebGPU API to use in their own error layer(s).
Traits§
- Uncaptured
Error Handler - The callback of
uncaptured_error - WebGpu
Error - A trait for querying the
ErrorTypeclassification of an error.
Type Aliases§
- Error
Source - Lower level source of the error.