Open 3D Engine Atom Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
VmaTotalStatistics Struct Reference

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
 

Detailed Description

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().


The documentation for this struct was generated from the following file: