Pyrogenesis  trunk
Public Attributes | List of all members
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>

Collaboration diagram for VmaTotalStatistics:
Collaboration graph
[legend]

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

Member Data Documentation

◆ memoryHeap

VmaDetailedStatistics VmaTotalStatistics::memoryHeap[VK_MAX_MEMORY_HEAPS]

◆ memoryType

VmaDetailedStatistics VmaTotalStatistics::memoryType[VK_MAX_MEMORY_TYPES]

◆ total

VmaDetailedStatistics VmaTotalStatistics::total

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