mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 12:20:07 +00:00
Changed flags a bit
This commit is contained in:
parent
5714fa69a9
commit
f147281014
@ -852,10 +852,13 @@ typedef enum VmaBufferSuballocationCreateFlagBits
|
||||
VMA_BUFFER_SUBALLOCATION_CREATE_DEDICATED_BUFFER_BIT = 0x00000001,
|
||||
/** \brief TODO document! TODO implement!
|
||||
*/
|
||||
VMA_BUFFER_SUBALLOCATION_CREATE_NEVER_ALLOCATE_BIT = 0x00000002,
|
||||
VMA_BUFFER_SUBALLOCATION_CREATE_NEVER_CREATE_BUFFER_BIT = 0x00000002,
|
||||
/** \brief TODO document! TODO implement!
|
||||
*/
|
||||
VMA_BUFFER_SUBALLOCATION_CREATE_WITHIN_BUDGET_BIT = 0x00000004,
|
||||
VMA_BUFFER_SUBALLOCATION_CREATE_NEVER_ALLOCATE_BIT = 0x00000004,
|
||||
/** \brief TODO document! TODO implement!
|
||||
*/
|
||||
VMA_BUFFER_SUBALLOCATION_CREATE_WITHIN_BUDGET_BIT = 0x00000008,
|
||||
/** \brief TODO document! TODO implement!
|
||||
*/
|
||||
VMA_BUFFER_SUBALLOCATION_CREATE_STRATEGY_MIN_MEMORY_BIT = 0x00010000,
|
||||
|
Loading…
Reference in New Issue
Block a user