#include <dx8vertexbuffer.h>
Inherits VertexBufferClass.
Public Member Functions | |
| SortingVertexBufferClass (unsigned short VertexCount) | |
Public Member Functions inherited from VertexBufferClass | |
| const FVFInfoClass & | FVF_Info () const |
| unsigned short | Get_Vertex_Count () const |
| unsigned | Type () const |
| void | Add_Engine_Ref () const |
| void | Release_Engine_Ref () const |
| unsigned | Engine_Refs () const |
Public Member Functions inherited from W3DMPO | |
| virtual | ~W3DMPO () |
Public Member Functions inherited from RefCountClass | |
| 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) |
Protected Member Functions | |
| ~SortingVertexBufferClass () | |
Protected Member Functions inherited from VertexBufferClass | |
| VertexBufferClass (unsigned type, unsigned FVF, unsigned short VertexCount, unsigned vertex_size=0) | |
| virtual | ~VertexBufferClass () |
Protected Member Functions inherited from W3DMPO | |
| virtual int | glueEnforcer () const =0 |
Protected Member Functions inherited from RefCountClass | |
| virtual | ~RefCountClass (void) |
Additional Inherited Members | |
Static Public Member Functions inherited from VertexBufferClass | |
| static unsigned | Get_Total_Buffer_Count () |
| static unsigned | Get_Total_Allocated_Vertices () |
| static unsigned | Get_Total_Allocated_Memory () |
Static Public Member Functions inherited from RefCountClass | |
| static int | Total_Refs (void) |
| static RefCountClass * | Add_Active_Ref (RefCountClass *obj) |
| static RefCountClass * | Set_Ref_Owner (RefCountClass *obj, char *file, int line) |
| static void | Remove_Active_Ref (RefCountClass *obj) |
| static bool | Validate_Active_Ref (RefCountClass *obj) |
Public Attributes inherited from RefCountClass | |
| RefCountNodeClass | ActiveRefNode |
| ActiveRefStruct | ActiveRefInfo |
Static Public Attributes inherited from RefCountClass | |
| static RefCountListClass | ActiveRefList |
Protected Attributes inherited from VertexBufferClass | |
| unsigned | type |
| unsigned short | VertexCount |
| int | engine_refs |
| FVFInfoClass * | fvf_info |
SortingVertexBufferClass This class acts as a vertex buffer for the vertices that need to be passed to alpha renderer.
Definition at line 246 of file dx8vertexbuffer.h.
|
protected |
Definition at line 296 of file dx8vertexbuffer.cpp.
| SortingVertexBufferClass::SortingVertexBufferClass | ( | unsigned short | VertexCount | ) |
Definition at line 286 of file dx8vertexbuffer.cpp.