diff --git a/include/vk_mem_alloc.h b/include/vk_mem_alloc.h index 9e4dc75..88fb71f 100644 --- a/include/vk_mem_alloc.h +++ b/include/vk_mem_alloc.h @@ -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,