Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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: