Pyrogenesis
13997
|
VBChunk: describes a portion of this vertex buffer. More...
#include <VertexBuffer.h>
Public Attributes | |
CVertexBuffer * | m_Owner |
Owning (parent) vertex buffer. More... | |
size_t | m_Index |
Start index of this chunk in owner. More... | |
size_t | m_Count |
Number of vertices used by chunk. More... | |
Private Member Functions | |
VBChunk () | |
~VBChunk () | |
Friends | |
class | CVertexBuffer |
VBChunk: describes a portion of this vertex buffer.
Definition at line 47 of file VertexBuffer.h.
|
inlineprivate |
Definition at line 60 of file VertexBuffer.h.
|
inlineprivate |
Definition at line 61 of file VertexBuffer.h.
|
friend |
Definition at line 59 of file VertexBuffer.h.
size_t CVertexBuffer::VBChunk::m_Count |
Number of vertices used by chunk.
Definition at line 54 of file VertexBuffer.h.
size_t CVertexBuffer::VBChunk::m_Index |
Start index of this chunk in owner.
Definition at line 52 of file VertexBuffer.h.
CVertexBuffer* CVertexBuffer::VBChunk::m_Owner |
Owning (parent) vertex buffer.
Definition at line 50 of file VertexBuffer.h.