Enum vk_alloc::MemoryLocation [−][src]
pub enum MemoryLocation {
CpuToGpu,
GpuOnly,
GpuToCpu,
}Expand description
The intended location of the memory.
Variants
Mainly used for uploading data to the GPU.
Used as fast access memory for the GPU.
Mainly used for downloading data from the GPU.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MemoryLocationimpl Send for MemoryLocationimpl Sync for MemoryLocationimpl Unpin for MemoryLocationimpl UnwindSafe for MemoryLocationBlanket Implementations
Mutably borrows from an owned value. Read more