You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@
8
8
- Added function `vmaGetMemoryWin32Handle2` offering extra parameter `VkExternalMemoryHandleTypeFlagBits handleType`.
9
9
- Added `VMA_VERSION` macro with library version number (#507).
10
10
- Improvements in the algorithm choosing memory type when `VMA_MEMORY_USAGE_AUTO*` is used (#520).
11
-
- Fixes for compatibility with C++20 modules on Clang 21 and GCC15 (#513, #514).
11
+
- Fixed compatibility with C++20 modules on Clang 21 and GCC15 (#513, #514).
12
+
- Fixed race condition in defragmentation (#529, #313).
12
13
- Other fixes and improvements, including compatibility with various platforms and compilers, improvements in documentation, sample application, and tests.
0 commit comments