Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | Private Member Functions | Friends | List of all members
CVertexBuffer::VBChunk Struct Reference

VBChunk: describes a portion of this vertex buffer. More...

#include <VertexBuffer.h>

Public Attributes

CVertexBufferm_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
 

Detailed Description

VBChunk: describes a portion of this vertex buffer.

Definition at line 47 of file VertexBuffer.h.

Constructor & Destructor Documentation

CVertexBuffer::VBChunk::VBChunk ( )
inlineprivate

Definition at line 60 of file VertexBuffer.h.

CVertexBuffer::VBChunk::~VBChunk ( )
inlineprivate

Definition at line 61 of file VertexBuffer.h.

Friends And Related Function Documentation

friend class CVertexBuffer
friend

Definition at line 59 of file VertexBuffer.h.

Member Data Documentation

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.


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