comparison TaskManager/Test/test_render/spe/Set_Texture.h @ 463:bc5b3d327083

remove run()
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 29 Sep 2009 15:45:11 +0900
parents 25c820b6060e
children 44c0bce54dcf
comparison
equal deleted inserted replaced
462:9ce2750d7c70 463:bc5b3d327083
5 5
6 class SetTexture : public SchedTask { 6 class SetTexture : public SchedTask {
7 public: 7 public:
8 SchedConstructor(SetTexture); 8 SchedConstructor(SetTexture);
9 9
10 int run(void *rbuf, void *wbuf); 10 int run(SchedTask *s, void *rbuf, void *wbuf);
11 }; 11 };
12 12
13 #endif 13 #endif
14 14