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

#include <TexDX9.h>

+ +

List of all members.

+ + + + + + + + + +

+Public Member Functions

 TexCacheDX9 (VideoDX9 *video)
virtual ~TexCacheDX9 ()
void FrameNumber (int n)
IDirect3DTexture9 * FindTexture (Bitmap *bmp)
IDirect3DTexture9 * FindNormalMap (Bitmap *bmp, float amp=1)
bool LoadTexture (Bitmap *bmp, TexCacheDX9Entry *entry)
void InvalidateCache ()
+ + +

+Public Attributes

int count
+

Detailed Description

+
+

Definition at line 46 of file TexDX9.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
TexCacheDX9::TexCacheDX9 (VideoDX9video)
+
+ +

Definition at line 54 of file TexDX9.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
TexCacheDX9::~TexCacheDX9 ()
+
+virtual
+
+ +

Definition at line 65 of file TexDX9.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
IDirect3DTexture9 * TexCacheDX9::FindNormalMap (Bitmapbmp,
float amp = 1 
)
+
+ +

Definition at line 276 of file TexDX9.cpp.

+ +
+
+ +
+
+ + + + + + + + +
IDirect3DTexture9 * TexCacheDX9::FindTexture (Bitmapbmp)
+
+ +

Definition at line 206 of file TexDX9.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void TexCacheDX9::FrameNumber (int n)
+
+inline
+
+ +

Definition at line 52 of file TexDX9.h.

+ +
+
+ +
+
+ + + + + + + +
void TexCacheDX9::InvalidateCache ()
+
+ +

Definition at line 410 of file TexDX9.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
bool TexCacheDX9::LoadTexture (Bitmapbmp,
TexCacheDX9Entryentry 
)
+
+ +

Definition at line 86 of file TexDX9.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
int TexCacheDX9::count
+
+ +

Definition at line 58 of file TexDX9.h.

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