We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db1f55 commit 278769dCopy full SHA for 278769d
1 file changed
CHANGELOG.md
@@ -8,7 +8,7 @@ Major changes:
8
- Added structure `VmaDefragmentationInfo2`, functions `vmaDefragmentationBegin`, `vmaDefragmentationEnd`.
9
- Added support for defragmentation of GPU memory.
10
- Defragmentation of CPU memory now uses `memmove`, so it can move data to overlapping regions.
11
- - Defragmentation of CPU memory is not available for memory types that are `HOST_VISIBLE` but not `HOST_COHERENT`.
+ - Defragmentation of CPU memory is now available for memory types that are `HOST_VISIBLE` but not `HOST_COHERENT`.
12
- Added structure member `VmaVulkanFunctions::vkCmdCopyBuffer`.
13
- Major internal changes in defragmentation algorithm.
14
- VmaReplay: added parameters: `--DefragmentAfterLine`, `--DefragmentationFlags`.
0 commit comments