Skip to main content

gpu_bail

Macro gpu_bail 

Source
macro_rules! gpu_bail {
    ($($arg:tt)*) => { ... };
}
Expand description

return Err(GpuError::DriverCallFailed { reason: format!(...) }).

Collapses every early-return driver-call failure into a single statement. Use inside functions that return Result<_, GpuError>.