Skip to content

Commit 851d5e5

Browse files
Fix typo in CHANGELOG.md
1 parent 7d6544d commit 851d5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Major changes:
77
- Added support for Vulkan 1.1.
88
- Added member `VmaAllocatorCreateInfo::vulkanApiVersion`.
99
- When Vulkan 1.1 is used, there is no need to enable VK_KHR_dedicated_allocation or VK_KHR_bind_memory2 extensions, as they are promoted to Vulkan itself.
10-
- Added support for query for memory budget and staying withing the budget.
10+
- Added support for query for memory budget and staying within the budget.
1111
- Added function `vmaGetBudget`, structure `VmaBudget`. This can also serve as simple statistics, more efficient than `vmaCalculateStats`.
1212
- By default the budget it is estimated based on memory heap sizes. It may be queried from the system using VK_EXT_memory_budget extension if you use `VMA_ALLOCATOR_CREATE_EXT_MEMORY_BUDGET_BIT` flag and `VmaAllocatorCreateInfo::instance` member.
1313
- Added flag `VMA_ALLOCATION_CREATE_WITHIN_BUDGET_BIT` that fails an allocation if it would exceed the budget.

0 commit comments

Comments
 (0)