mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-14 16:58:34 +00:00
Renamed VMA_VIRTUAL_ALLOCATION_CREATE_STRATEGY_PACKED_BIT to VMA_VIRTUAL_ALLOCATION_CREATE_STRATEGY_MIN_OFFSET_BIT for consistency. Compatibility breaking.
This commit is contained in:
parent
7d182e2c5a
commit
b644e72765
7 changed files with 10 additions and 10 deletions
|
@ -793,7 +793,7 @@ typedef enum VmaVirtualAllocationCreateFlagBits
|
|||
/** Allocation strategy that chooses always the lowest offset in available space.
|
||||
This is not the most efficient strategy but achieves highly packed data.
|
||||
*/
|
||||
VMA_VIRTUAL_ALLOCATION_CREATE_STRATEGY_PACKED_BIT = VMA_ALLOCATION_CREATE_STRATEGY_MIN_OFFSET_BIT ,
|
||||
VMA_VIRTUAL_ALLOCATION_CREATE_STRATEGY_MIN_OFFSET_BIT = VMA_ALLOCATION_CREATE_STRATEGY_MIN_OFFSET_BIT,
|
||||
/** \brief A bit mask to extract only `STRATEGY` bits from entire set of flags.
|
||||
|
||||
These strategy flags are binary compatible with equivalent flags in #VmaAllocationCreateFlagBits.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue