![]() |
CMGDK r49-rc2
|
公有成员 | |
Texture2DLoader () | |
~Texture2DLoader () | |
void | ProcFinish () |
void | ProcEnd () |
加载完成(异步事件) | |
void | ProcClear () |
结束处理 | |
公有属性 | |
Texture2D ** | texture |
uint | gl_format |
uint | mip_level |
int | width |
int | height |
ColorType | color |
void * | data |
hgl::Texture2DLoader::Texture2DLoader | ( | ) | [inline] |
hgl::Texture2DLoader::~Texture2DLoader | ( | ) | [inline] |
void hgl::Texture2DLoader::ProcClear | ( | ) | [inline, virtual] |
结束处理
重载hgl::Loader。
void hgl::Texture2DLoader::ProcEnd | ( | ) | [inline, virtual] |
加载完成(异步事件)
重载hgl::Loader。
void hgl::Texture2DLoader::ProcFinish | ( | ) | [inline, virtual] |
重载hgl::Loader。
ColorType hgl::Texture2DLoader::color |