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.
fn get_oom_err(_err: Result) -> DeviceError
vulkan
only.Returns crate::DeviceError::OutOfMemory
or panics if the oom_panic
feature flag is enabled.