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