nux-1.16.0
|
Public Member Functions | |
IndexBuffer (int Size, int Stride) | |
IndexBuffer (const IndexBuffer &) | |
Copy constructor. | |
IndexBuffer & | operator= (const IndexBuffer &) |
Assignment constructor. | |
void | Allocate (int Size, int Stride) |
int | GetSize () const |
int | GetStride () const |
int | GetNumIndex () const |
const void * | GetPtrRawData () const |
void * | GetPtrRawData () |
Public Attributes | |
std::vector< int > | _Data |
int | _Stride |
int | _num_index |
Definition at line 64 of file GLVertexResourceManager.h.