Starshatter_Open
Open source Starshatter engine
|
#include <VideoDX9VertexBuffer.h>
Public Member Functions | |
VideoDX9IndexBuffer (VideoDX9 *dx9, UINT num_indices, DWORD usage) | |
~VideoDX9IndexBuffer () | |
WORD * | Lock (UINT count) |
void | Unlock () |
bool | Select () |
UINT | GetNumIndices () const |
UINT | GetNextIndex () const |
Definition at line 53 of file VideoDX9VertexBuffer.h.
VideoDX9IndexBuffer::VideoDX9IndexBuffer | ( | VideoDX9 * | dx9, |
UINT | num_indices, | ||
DWORD | usage | ||
) |
Definition at line 166 of file VideoDX9VertexBuffer.cpp.
VideoDX9IndexBuffer::~VideoDX9IndexBuffer | ( | ) |
Definition at line 199 of file VideoDX9VertexBuffer.cpp.
UINT VideoDX9IndexBuffer::GetNextIndex | ( | ) | const |
Definition at line 277 of file VideoDX9VertexBuffer.cpp.
UINT VideoDX9IndexBuffer::GetNumIndices | ( | ) | const |
Definition at line 271 of file VideoDX9VertexBuffer.cpp.
WORD * VideoDX9IndexBuffer::Lock | ( | UINT | count | ) |
Definition at line 207 of file VideoDX9VertexBuffer.cpp.
bool VideoDX9IndexBuffer::Select | ( | ) |
Definition at line 253 of file VideoDX9VertexBuffer.cpp.
void VideoDX9IndexBuffer::Unlock | ( | ) |
Definition at line 242 of file VideoDX9VertexBuffer.cpp.