Expand description
GPU error mapping to oxiui_core::UiError.
GPU backends produce hardware-specific error conditions. This module
normalises them into the common oxiui_core::UiError type so callers
need only handle one error hierarchy.
Enums§
- GpuError
Kind - The class of error reported by the GPU runtime.
Functions§
- map_
gpu_ error - Map a
GpuErrorKindand a detail string to aUiError.