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:
8
8
- Added structure ` VmaDefragmentationInfo2 ` , functions ` vmaDefragmentationBegin ` , ` vmaDefragmentationEnd ` .
9
9
- Added support for defragmentation of GPU memory.
10
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 ` .
11
+ - Defragmentation of CPU memory is now available for memory types that are ` HOST_VISIBLE ` but not ` HOST_COHERENT ` .
12
12
- Added structure member ` VmaVulkanFunctions::vkCmdCopyBuffer ` .
13
13
- Major internal changes in defragmentation algorithm.
14
14
- VmaReplay: added parameters: ` --DefragmentAfterLine ` , ` --DefragmentationFlags ` .
You can’t perform that action at this time.
0 commit comments