From 278769ddc3307950284c78a115f364140c8a3906 Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Thu, 13 Dec 2018 09:24:29 +0100 Subject: [PATCH] CHANGELOG.md: Fixed small but very important typo. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3aa7c4..701ad1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ Major changes: - Added structure `VmaDefragmentationInfo2`, functions `vmaDefragmentationBegin`, `vmaDefragmentationEnd`. - Added support for defragmentation of GPU memory. - Defragmentation of CPU memory now uses `memmove`, so it can move data to overlapping regions. - - 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`. - Added structure member `VmaVulkanFunctions::vkCmdCopyBuffer`. - Major internal changes in defragmentation algorithm. - VmaReplay: added parameters: `--DefragmentAfterLine`, `--DefragmentationFlags`.