|
Product parts
|
|
Virtual File system
|
| Virtual Render |
| Virtual Machine |
| |
|
Demo Games
|
| |
|
3D Engine
|
|
gvSystem(dx9)
|
|
|
|
Link
|
 |
|
|
gm_texture Class Reference#include <gm_texture.h>
Collaboration diagram for gm_texture:
[legend]List of all members.
Detailed Description
Definition at line 94 of file gm_texture.h.
Constructor & Destructor Documentation
| gm_texture::gm_texture |
( |
void |
|
) |
|
| gm_texture::~gm_texture |
( |
void |
|
) |
|
Member Function Documentation
| void gm_texture::EnableCache |
( |
bool |
bflag = true |
) |
|
| bool gm_texture::Charge |
( |
void |
|
) |
|
| bool gm_texture::UnCharge |
( |
void |
|
) |
|
| void gm_texture::unload |
( |
void |
|
) |
|
| static gm_texture_info* gm_texture::texturehandleMapFind |
( |
char * |
szFileName |
) |
[static] |
| static void gm_texture::texturehandleMapSet |
( |
char * |
szFileName, |
|
|
gm_texture_info * |
pHandle | |
|
) |
| | [static] |
| static void gm_texture::texturehandleMapClear |
( |
void |
|
) |
[static] |
| static bool gm_texture::textureandleMapRemove |
( |
char * |
szFileName |
) |
[static] |
| static bool gm_texture::textureandleMapRemove |
( |
gm_texture_info * |
p |
) |
[static] |
| bool gm_texture::LoadTexture |
( |
char * |
szFileName, |
|
|
bool |
bCompressCache = false | |
|
) |
| | |
| bool gm_texture::LoadAniTexture |
( |
char * |
szFileName |
) |
|
| bool gm_texture::create |
( |
int |
wsize, |
|
|
int |
hsize, |
|
|
char * |
szFileName | |
|
) |
| | |
| gm_texture_info* gm_texture::create_internal |
( |
int & |
wsize, |
|
|
int & |
hsize, |
|
|
char * |
szFileName | |
|
) |
| | |
| void* gm_texture::GetTexDX9 |
( |
void |
|
) |
|
| void* gm_texture::GetTexFirstFrame |
( |
void |
|
) |
|
| bool gm_texture::bindtexFirstFrame |
( |
void |
|
) |
|
| bool gm_texture::bindtex |
( |
void |
|
) |
|
| void gm_texture::resetStop |
( |
void |
|
) |
|
| bool gm_texture::bind |
( |
void |
|
) |
|
| void gm_texture::SetAniFrameRange |
( |
int |
na, |
|
|
int |
nb | |
|
) |
| | |
| int gm_texture::MakeMovie |
( |
void |
|
) |
|
Member Data Documentation
The documentation for this class was generated from the following file:
|