pub const VmaVirtualAllocationCreateFlagBits_VMA_VIRTUAL_ALLOCATION_CREATE_STRATEGY_MIN_OFFSET_BIT: VmaVirtualAllocationCreateFlagBits = 262144;
Expand description

Allocation strategy that chooses always the lowest offset in available space. This is not the most efficient strategy but achieves highly packed data.