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 --- Doc/doxygen/html/struct_tex_cache_d_x9_entry.html | 280 ++++++++++++++++++++++ 1 file changed, 280 insertions(+) create mode 100644 Doc/doxygen/html/struct_tex_cache_d_x9_entry.html (limited to 'Doc/doxygen/html/struct_tex_cache_d_x9_entry.html') diff --git a/Doc/doxygen/html/struct_tex_cache_d_x9_entry.html b/Doc/doxygen/html/struct_tex_cache_d_x9_entry.html new file mode 100644 index 0000000..133c468 --- /dev/null +++ b/Doc/doxygen/html/struct_tex_cache_d_x9_entry.html @@ -0,0 +1,280 @@ + + + + + +Starshatter_Open: TexCacheDX9Entry Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
TexCacheDX9Entry Struct Reference
+
+
+ +

#include <TexDX9.h>

+ +

List of all members.

+ + + + + +

+Public Member Functions

 TexCacheDX9Entry ()
void Release ()
void Unload ()
+ + + + + + +

+Public Attributes

HANDLE bitmap_id
IDirect3DTexture9 * texture
DWORD used_last
DWORD last_modified
bool normal
+

Detailed Description

+
+

Definition at line 29 of file TexDX9.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
TexCacheDX9Entry::TexCacheDX9Entry ()
+
+inline
+
+ +

Definition at line 31 of file TexDX9.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
void TexCacheDX9Entry::Release ()
+
+ +

Definition at line 36 of file TexDX9.cpp.

+ +
+
+ +
+
+ + + + + + + +
void TexCacheDX9Entry::Unload ()
+
+ +

Definition at line 44 of file TexDX9.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
HANDLE TexCacheDX9Entry::bitmap_id
+
+ +

Definition at line 37 of file TexDX9.h.

+ +
+
+ +
+
+ + + + +
DWORD TexCacheDX9Entry::last_modified
+
+ +

Definition at line 40 of file TexDX9.h.

+ +
+
+ +
+
+ + + + +
bool TexCacheDX9Entry::normal
+
+ +

Definition at line 41 of file TexDX9.h.

+ +
+
+ +
+
+ + + + +
IDirect3DTexture9* TexCacheDX9Entry::texture
+
+ +

Definition at line 38 of file TexDX9.h.

+ +
+
+ +
+
+ + + + +
DWORD TexCacheDX9Entry::used_last
+
+ +

Definition at line 39 of file TexDX9.h.

+ +
+
+
The documentation for this struct was generated from the following files: +
+
+ + + + -- cgit v1.1