Index pool usage statistics. More...
#include <HnRenderDelegate.hpp>
Public Attributes | |
| Uint64 | CommittedSize = 0 |
| The total committed memory size, in bytes. | |
| Uint64 | UsedSize = 0 |
| The total memory size used by all allocations, in bytes. | |
| Uint32 | AllocationCount = 0 |
| The number of allcations. | |
| Uint64 | PendingDataSize = 0 |
| The amount of index data pending upload, in bytes. | |
Index pool usage statistics.