From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- .../html/class_video_d_x9_index_buffer.html | 282 +++++++++++++++++++++ 1 file changed, 282 insertions(+) create mode 100644 Doc/doxygen/html/class_video_d_x9_index_buffer.html (limited to 'Doc/doxygen/html/class_video_d_x9_index_buffer.html') diff --git a/Doc/doxygen/html/class_video_d_x9_index_buffer.html b/Doc/doxygen/html/class_video_d_x9_index_buffer.html new file mode 100644 index 0000000..01a2a82 --- /dev/null +++ b/Doc/doxygen/html/class_video_d_x9_index_buffer.html @@ -0,0 +1,282 @@ + + + + + +Starshatter_Open: VideoDX9IndexBuffer Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
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 (VideoDX9dx9,
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: +
+
+ + + + -- cgit v1.1