Vertex pool usage stats. More...
#include <VertexPool.h>
Public Attributes | |
Uint64 | TotalVertexCount = 0 |
The total number of vertices in the pool. | |
Uint64 | AllocatedVertexCount = 0 |
The number of vertices allocated from the pool. | |
Uint64 | CommittedMemorySize = 0 |
Committed memory size, in bytes. | |
Uint64 | UsedMemorySize = 0 |
The total memory size used by all allocations, in bytes. | |
Uint32 | AllocationCount = 0 |
The number of allocations. | |
Vertex pool usage stats.