File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 ` .
You can’t perform that action at this time.
0 commit comments