wgpu_hal::vulkan

Function get_oom_err

source
fn get_oom_err(_err: Result) -> DeviceError
Available on vulkan only.
Expand description

Returns crate::DeviceError::OutOfMemory or panics if the oom_panic feature flag is enabled.