Public Methods | |
IndexPointer () | |
const bool | operator== (const IndexPointer &ip) const |
const bool | valid () const |
const bool | null () const |
void | setToNull () |
void | set (uint size, GLushort *data) |
void | set (const uint size, GLuint *data) |
const uint | maxIndex () const |
const GLint | operator[] (const GLuint pos) const |
Public Attributes | |
uint | _size |
bool | _is_ushort |
union { | |
GLushort * _ushort | |
GLuint * _uint | |
} | _ptr |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|