We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1987598 commit da5d248Copy full SHA for da5d248
1 file changed
src/VmaReplay/VmaReplay.cpp
@@ -1824,7 +1824,7 @@ void Player::Defragment()
1824
printf(" bytesMoved: %llu\n", defragStats.bytesMoved);
1825
printf(" bytesFreed: %llu\n", defragStats.bytesFreed);
1826
printf(" allocationsMoved: %u\n", defragStats.allocationsMoved);
1827
- printf(" deviceMemoryBlocksMoved: %u\n", defragStats.deviceMemoryBlocksFreed);
+ printf(" deviceMemoryBlocksFreed: %u\n", defragStats.deviceMemoryBlocksFreed);
1828
printf(" allocationsLost: %u\n", defragStats.allocationsLost);
1829
1830
vmaCalculateStats(m_Allocator, &stats);
0 commit comments