Skip to main content

Module error

Module error 

Source
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§

GpuErrorKind
The class of error reported by the GPU runtime.

Functions§

map_gpu_error
Map a GpuErrorKind and a detail string to a UiError.