| Vulkan Memory Allocator
    | 
General statistics from current state of the Allocator - total memory usage across all memory heaps and types. More...
#include <vk_mem_alloc.h>
| Public Attributes | |
| VmaDetailedStatistics | memoryType [VK_MAX_MEMORY_TYPES] | 
| VmaDetailedStatistics | memoryHeap [VK_MAX_MEMORY_HEAPS] | 
| VmaDetailedStatistics | total | 
General statistics from current state of the Allocator - total memory usage across all memory heaps and types.
These are slower to calculate. Use for debugging purposes. See function vmaCalculateStatistics().
| VmaDetailedStatistics VmaTotalStatistics::memoryHeap[VK_MAX_MEMORY_HEAPS] | 
| VmaDetailedStatistics VmaTotalStatistics::memoryType[VK_MAX_MEMORY_TYPES] | 
| VmaDetailedStatistics VmaTotalStatistics::total |