#include <dx8indexbuffer.h>
Inherits IndexBufferClass.
|
| | DX8IndexBufferClass (unsigned short index_count, UsageType usage=USAGE_DEFAULT) |
| |
| | ~DX8IndexBufferClass () |
| |
| void | Copy (unsigned int *indices, unsigned start_index, unsigned index_count) |
| |
| void | Copy (unsigned short *indices, unsigned start_index, unsigned index_count) |
| |
| IDirect3DIndexBuffer8 * | Get_DX8_Index_Buffer () |
| |
| | IndexBufferClass (unsigned type, unsigned short index_count) |
| |
| void | Copy (unsigned int *indices, unsigned start_index, unsigned index_count) |
| |
| void | Copy (unsigned short *indices, unsigned start_index, unsigned index_count) |
| |
| unsigned short | Get_Index_Count () const |
| |
| unsigned | Type () const |
| |
| void | Add_Engine_Ref () const |
| |
| void | Release_Engine_Ref () const |
| |
| unsigned | Engine_Refs () const |
| |
| virtual | ~W3DMPO () |
| |
| | RefCountClass (void) |
| |
| | RefCountClass (const RefCountClass &) |
| |
| void | Add_Ref (void) const |
| |
| WWINLINE void | Release_Ref (void) const |
| |
| int | Num_Refs (void) const |
| |
| virtual void | Delete_This (void) |
| |
DX8IndexBufferClass This class wraps a DX8 index buffer.
Definition at line 162 of file dx8indexbuffer.h.
◆ UsageType
| Enumerator |
|---|
| USAGE_DEFAULT | |
| USAGE_DYNAMIC | |
| USAGE_SOFTWAREPROCESSING | |
| USAGE_NPATCHES | |
Definition at line 169 of file dx8indexbuffer.h.
◆ DX8IndexBufferClass()
◆ ~DX8IndexBufferClass()
| DX8IndexBufferClass::~DX8IndexBufferClass |
( |
| ) |
|
◆ Copy() [1/2]
| void DX8IndexBufferClass::Copy |
( |
unsigned int * | indices, |
|
|
unsigned | start_index, |
|
|
unsigned | index_count ) |
◆ Copy() [2/2]
| void DX8IndexBufferClass::Copy |
( |
unsigned short * | indices, |
|
|
unsigned | start_index, |
|
|
unsigned | index_count ) |
◆ Get_DX8_Index_Buffer()
| IDirect3DIndexBuffer8 * DX8IndexBufferClass::Get_DX8_Index_Buffer |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: