vkQuake2 doxygen  1.0 dev
VmaStats Struct Reference

General statistics from current state of Allocator. More...

#include <vk_mem_alloc.h>

Public Attributes

VmaStatInfo memoryType [VK_MAX_MEMORY_TYPES]
 
VmaStatInfo memoryHeap [VK_MAX_MEMORY_HEAPS]
 
VmaStatInfo total
 

Detailed Description

General statistics from current state of Allocator.

Definition at line 2012 of file vk_mem_alloc.h.

Member Data Documentation

◆ memoryHeap

VmaStatInfo VmaStats::memoryHeap[VK_MAX_MEMORY_HEAPS]

Definition at line 2015 of file vk_mem_alloc.h.

◆ memoryType

VmaStatInfo VmaStats::memoryType[VK_MAX_MEMORY_TYPES]

Definition at line 2014 of file vk_mem_alloc.h.

◆ total

VmaStatInfo VmaStats::total

Definition at line 2016 of file vk_mem_alloc.h.