Structs§
- Device
- Open connection to a graphics and/or compute device.
- Error
Scope Guard - Guard for an error scope pushed with
Device::push_error_scope(). - Request
Device Error - Requesting a device from an
Adapterfailed.
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).
- Request
Device 🔒Error Kind
Traits§
- Uncaptured
Error Handler - The callback of
uncaptured_error - WebGpu
Error - A trait for querying the
ErrorTypeclassification of an error.
Type Aliases§
- Device
Descriptor - Describes a
Device. - Error
Source Non- target_family=wasm, orfragile-send-sync-non-atomic-wasmand non-atomics - Lower level source of the error.
- Queue
Descriptor - Describes a
Queue.