XII Release 0.1.0
Loading...
Searching...
No Matches
xiiVulkanMemoryStatistics Struct Reference

Reports memory usage statistics for Vulkan allocations. More...

#include <MemoryAllocatorVulkan.h>

Public Attributes

xiiUInt32 m_uiBlockCount = 0U
 Number of memory blocks currently allocated.
 
xiiUInt32 m_uiAllocationCount = 0U
 Number of individual allocations across all blocks.
 
xiiUInt64 m_uiBlockBytes = 0U
 Total size in bytes of all allocated memory blocks.
 
xiiUInt64 m_uiAllocationBytes = 0U
 Total size in bytes of all active allocations.
 

Detailed Description

Reports memory usage statistics for Vulkan allocations.

This structure provides an overview of memory consumption, including the number of blocks and allocations, as well as their total sizes in bytes.


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