Class VmaDefragmentationStats

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VmaDefragmentationStats extends Struct<VmaDefragmentationStats> implements NativeResource

 struct VmaDefragmentationStats {
     VkDeviceSize bytesMoved;
     VkDeviceSize bytesFreed;
     uint32_t allocationsMoved;
     uint32_t deviceMemoryBlocksFreed;
 }