Mercurial > hg > Members > kono > Cerium
view TaskManager/Test/test_render/task/update_sgp.hpp @ 354:81b25e5d5379
add example/get_segment and change spe/DrawSpan.cpp
author | koba |
---|---|
date | Wed, 15 Jul 2009 17:39:51 +0900 |
parents | 5c194c71eca8 |
children |
line wrap: on
line source
#include "SchedTask.h" class Update_SGP : public SchedTask { public: SchedConstructor(Update_SGP); //int update_sgp(void *rbuf, void *wbuf); int run(void *rbuf, void *wbuf); };