Trait egui_ash::MemoryLocation
source · pub trait MemoryLocation: Clone + Send + Sync {
// Required methods
fn gpu_only() -> Self;
fn cpu_to_gpu() -> Self;
fn gpu_to_cpu() -> Self;
}Expand description
Represents a memory location for AllocationCreateInfo.
Required Methods§
Object Safety§
This trait is not object safe.