Enum gpu_alloc::OutOfMemory
source · [−]pub enum OutOfMemory {
OutOfDeviceMemory,
OutOfHostMemory,
}
Expand description
Memory exhausted error.
Variants
OutOfDeviceMemory
Device memory exhausted.
OutOfHostMemory
Host memory exhausted.
Trait Implementations
Performs the conversion.
Performs the conversion.