#include <MemoryStatistics.h>
Public Attributes | |
| Name | m_name |
| The user-defined name of the pool instance. | |
| AZStd::vector< Buffer > | m_buffers |
| The list of buffers present in the pool. | |
| AZStd::vector< Image > | m_images |
| The list of images present in the pool. | |
| PoolMemoryUsage | m_memoryUsage |
| The memory usage of the pool. | |
This structure tracks the memory usage of a specific pool instance. Pools associate with, at most, one heap from a specific heap type (e.g. host / device).