mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 12:20:07 +00:00
VmaReplay: Minor fix.
This commit is contained in:
parent
19875989e3
commit
da5d248506
@ -1824,7 +1824,7 @@ void Player::Defragment()
|
||||
printf(" bytesMoved: %llu\n", defragStats.bytesMoved);
|
||||
printf(" bytesFreed: %llu\n", defragStats.bytesFreed);
|
||||
printf(" allocationsMoved: %u\n", defragStats.allocationsMoved);
|
||||
printf(" deviceMemoryBlocksMoved: %u\n", defragStats.deviceMemoryBlocksFreed);
|
||||
printf(" deviceMemoryBlocksFreed: %u\n", defragStats.deviceMemoryBlocksFreed);
|
||||
printf(" allocationsLost: %u\n", defragStats.allocationsLost);
|
||||
|
||||
vmaCalculateStats(m_Allocator, &stats);
|
||||
|
Loading…
Reference in New Issue
Block a user