Skip to content

Commit 278769d

Browse files
CHANGELOG.md: Fixed small but very important typo.
1 parent 1db1f55 commit 278769d

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
@@ -8,7 +8,7 @@ Major changes:
88
- Added structure `VmaDefragmentationInfo2`, functions `vmaDefragmentationBegin`, `vmaDefragmentationEnd`.
99
- Added support for defragmentation of GPU memory.
1010
- 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`.
11+
- Defragmentation of CPU memory is now available for memory types that are `HOST_VISIBLE` but not `HOST_COHERENT`.
1212
- Added structure member `VmaVulkanFunctions::vkCmdCopyBuffer`.
1313
- Major internal changes in defragmentation algorithm.
1414
- VmaReplay: added parameters: `--DefragmentAfterLine`, `--DefragmentationFlags`.

0 commit comments

Comments
 (0)