Enum gpu_descriptor::DeviceAllocationError [−][src]
pub enum DeviceAllocationError {
OutOfDeviceMemory,
OutOfHostMemory,
OutOfPoolMemory,
FragmentedPool,
}Expand description
Memory exhausted error.
Variants
Device memory exhausted.
Host memory exhausted.
Failed to allocate memory from pool.
Pool allocation failed due to fragmentation of pool’s memory.