Struct vk_alloc::AllocationDescriptor [−][src]
pub struct AllocationDescriptor {
pub location: MemoryLocation,
pub requirements: MemoryRequirements,
pub allocation_type: AllocationType,
pub is_dedicated: bool,
}Expand description
The descriptor for an allocation on the allocator.
Fields
location: MemoryLocationLocation where the memory allocation should be stored.
requirements: MemoryRequirementsVulkan memory requirements for an allocation.
allocation_type: AllocationTypeThe type of the allocation.
is_dedicated: boolIf the allocation should be dedicated.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AllocationDescriptorimpl Send for AllocationDescriptorimpl Sync for AllocationDescriptorimpl Unpin for AllocationDescriptorimpl UnwindSafe for AllocationDescriptorBlanket Implementations
Mutably borrows from an owned value. Read more