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

A handle for a vertex allocation. More...

#include <VertexBufferPool.h>

Public Member Functions

 XII_DECLARE_POD_TYPE ()
 

Public Attributes

xiiUInt32 m_uiChunkIndex = 0
 Index into the pool's internal chunks.
 
xiiUInt32 m_uiOffset = 0
 Offset within the chunk.
 
xiiUInt32 m_uiCount = 0
 Number of vertices allocated.
 

Detailed Description

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

A handle for a vertex allocation.


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