|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::CVertexArrayRange Class ReferenceWork only if ARRAY_RANGE_NV is enabled.
More...
#include <driver_opengl.h>
List of all members.
Detailed Description
Work only if ARRAY_RANGE_NV is enabled.
else, only call to ctor/dtor/free() is valid. any call to allocateVB() will return NULL.
Definition at line 168 of file driver_opengl.h.
Constructor & Destructor Documentation
NL3D::CVertexArrayRange::CVertexArrayRange |
( |
|
) |
[inline] |
|
Member Function Documentation
bool NL3D::CVertexArrayRange::allocated |
( |
|
) |
const [inline] |
|
void * NL3D::CVertexArrayRange::allocateVB |
( |
uint32 |
size |
) |
|
|
void NL3D::CVertexArrayRange::disable |
( |
|
) |
|
|
void NL3D::CVertexArrayRange::enable |
( |
|
) |
|
|
void NL3D::CVertexArrayRange::free |
( |
|
) |
|
|
void NL3D::CVertexArrayRange::freeVB |
( |
void * |
ptr |
) |
|
|
void NL3D::CVertexArrayRange::init |
( |
CDriverGL * |
drv |
) |
[inline] |
|
Member Data Documentation
CDriverGL* NL3D::CVertexArrayRange::_Driver [private]
|
|
void* NL3D::CVertexArrayRange::_VertexArrayPtr [private]
|
|
uint32 NL3D::CVertexArrayRange::_VertexArraySize [private]
|
|
The documentation for this class was generated from the following files:
|
|