Struct vk_alloc::AllocatorDescriptor [−][src]
pub struct AllocatorDescriptor {
pub block_size: u8,
}Expand description
Describes the configuration of an Allocator.
Fields
block_size: u8The size of the blocks that are allocated. Defined as log2(size in bytes). Default: 64 MiB.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AllocatorDescriptorimpl Send for AllocatorDescriptorimpl Sync for AllocatorDescriptorimpl Unpin for AllocatorDescriptorimpl UnwindSafe for AllocatorDescriptorBlanket Implementations
Mutably borrows from an owned value. Read more