XII Release 0.1.0
Loading...
Searching...
No Matches
xiiGALVertexBufferPool< VertexType, MutexType, AllocatorWrapper >::UsageStatistics Struct Reference

Aggregated usage statistics for the pool. More...

#include <VertexBufferPool.h>

Public Member Functions

 XII_DECLARE_POD_TYPE ()
 

Public Attributes

xiiUInt64 m_uiTotalCapacity = 0
 Total vertices allocated across all chunks.
 
xiiUInt64 m_uiUsageCount = 0
 Total vertices currently in use.
 
xiiUInt32 m_uiAllocationCount = 0
 The number of active allocations.
 

Detailed Description

template<typename VertexType, typename MutexType = xiiNoMutex, typename AllocatorWrapper = xiiDefaultAllocatorWrapper>
struct xiiGALVertexBufferPool< VertexType, MutexType, AllocatorWrapper >::UsageStatistics

Aggregated usage statistics for the pool.


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