Mercurial > hg > Members > kono > Cerium
annotate Renderer/Engine/spe/DrawSpanRenew.h @ 507:735f76483bb2
Reorganization..
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 12 Oct 2009 09:39:35 +0900 |
parents | Renderer/test_render/spe/DrawSpanRenew.h@55ea4465b1a2 |
children |
rev | line source |
---|---|
507 | 1 #if 0 |
283 | 2 #ifndef INCLUDED_TASK_DRAW_SPAN2 |
3 #define INCLUDED_TASK_DRAW_SPAN2 | |
4 | |
507 | 5 #include "DrawSpan.h" |
283 | 6 |
7 class DrawSpanRenew : public DrawSpan { | |
8 public: | |
9 SchedConstructor(DrawSpanRenew); | |
10 | |
11 DrawSpanArgPtr args; | |
12 | |
507 | 13 int run(SchedTask *s, void *rbuf, void *wbuf); |
283 | 14 |
15 // override | |
16 void reboot(SpanPackPtr spack, int cur_span_x); | |
17 }; | |
18 | |
19 #endif | |
507 | 20 #endif |