We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2951ec1 commit bc90dd5Copy full SHA for bc90dd5
CHANGELOG.md
@@ -9,6 +9,7 @@ Major changes:
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`.
12
+ - Added structure member `VmaVulkanFunctions::vkCmdCopyBuffer`.
13
- Major internal changes in defragmentation algorithm.
14
- VmaReplay: added parameters: `--DefragmentAfterLine`, `--DefragmentationFlags`.
15
- Old interface (structure `VmaDefragmentationInfo`, function `vmaDefragment`) is now deprecated.
0 commit comments