Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
VideoDX9IndexBuffer Class Reference

#include <VideoDX9VertexBuffer.h>

List of all members.

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

Detailed Description

Definition at line 53 of file VideoDX9VertexBuffer.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


The documentation for this class was generated from the following files: