Mercurial > hg > Members > kono > Cerium
annotate Renderer/test_render/spe/Load_Texture.h @ 312:57530cb7f7d1
memMain tester
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Jun 2009 23:19:11 +0900 |
parents | 55ea4465b1a2 |
children |
rev | line source |
---|---|
283 | 1 #ifndef INCLUDED_TASK_LOAD_TEXTURE |
2 #define INCLUDED_TASK_LOAD_TEXTURE | |
3 | |
4 #ifndef INCLUDED_SCHED_TASK | |
5 #include "SchedTask.h" | |
6 #endif | |
7 | |
8 #ifndef INCLUDED_TAPESTRY | |
9 # include "Tapestry.h" | |
10 #endif | |
11 | |
12 class LoadTexture : public SchedTask { | |
13 public: | |
14 SchedConstructor(LoadTexture); | |
15 | |
16 int run(void *rbuf, void *wbuf); | |
17 }; | |
18 | |
19 #endif |