![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cDXMesh.h>
Public Member Functions | |
cDXMeshIndex (ID3DXBaseMesh *pIMesh, DWORD dwFlags=0x00000010L) | |
~cDXMeshIndex () | |
bool | IsValid () const |
void | Unlock () |
operator const _TYPE_INDEX * () const | |
operator _TYPE_INDEX * () | |
Public Attributes | |
_TYPE_INDEX * | m_pIndex |
The locked pointer. More... | |
For locking the index array of a mesh. Similar to GetVertexBuffer with cDXBufferVertexT?? _TYPE_INDEX can be 16 bit (WORD) or D3DXMESH_32BIT (DWORD) ?
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
_TYPE_INDEX* Gray3D::cDXMeshIndex< _TYPE_INDEX >::m_pIndex |
The locked pointer.