Raytrix Light Field SDK  4.0
Logo
Public Member Functions | Public Attributes | List of all members
Rx::SStdVbo Struct Reference

Detailed Description

A standard vertex buffer object (VBO).

Public Member Functions

void Reset ()
 Resets this object. More...
 

Public Attributes

bool bReserved2
 
bool bReserved3
 
bool bReserved4
 
bool bUseColor
 
bool bUseEdge
 
bool bUseFogZ
 
bool bUseNormal
 
bool bUsePartId
 
bool bUseTexture
 
bool bUseVertex
 
EGlDrawMode::ID eMode
 Vertex array mode. More...
 
int iVertexCount
 Number of vertices in this VBO. More...
 
unsigned ** ppuIndexLists
 Array of pointers to index lists. More...
 
unsigned * puIndexListLengths
 Array of corresponding index list lengths. More...
 
SStdVertexpxVertices
 Pointer to the array of vertices. More...
 
unsigned uIndexBufferID
 External created Index Buffer Objects. More...
 
unsigned uIndexListCount
 Number of index lists. More...
 
unsigned uVertexBufferID
 External created Vertex Buffer Object. More...
 

Member Function Documentation

void Rx::SStdVbo::Reset ( )
inline

Resets this object.

Member Data Documentation

bool Rx::SStdVbo::bReserved2
bool Rx::SStdVbo::bReserved3
bool Rx::SStdVbo::bReserved4
bool Rx::SStdVbo::bUseColor
bool Rx::SStdVbo::bUseEdge
bool Rx::SStdVbo::bUseFogZ
bool Rx::SStdVbo::bUseNormal
bool Rx::SStdVbo::bUsePartId
bool Rx::SStdVbo::bUseTexture
bool Rx::SStdVbo::bUseVertex
EGlDrawMode::ID Rx::SStdVbo::eMode

Vertex array mode.

int Rx::SStdVbo::iVertexCount

Number of vertices in this VBO.

unsigned** Rx::SStdVbo::ppuIndexLists

Array of pointers to index lists.

unsigned* Rx::SStdVbo::puIndexListLengths

Array of corresponding index list lengths.

SStdVertex* Rx::SStdVbo::pxVertices

Pointer to the array of vertices.

unsigned Rx::SStdVbo::uIndexBufferID

External created Index Buffer Objects.

unsigned Rx::SStdVbo::uIndexListCount

Number of index lists.

unsigned Rx::SStdVbo::uVertexBufferID

External created Vertex Buffer Object.