Mercurial > hg > Members > kono > Cerium
comparison 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 |
comparison
equal
deleted
inserted
replaced
506:1d4a8a86f26b | 507:735f76483bb2 |
---|---|
1 #if 0 | |
2 #ifndef INCLUDED_TASK_DRAW_SPAN2 | |
3 #define INCLUDED_TASK_DRAW_SPAN2 | |
4 | |
5 #include "DrawSpan.h" | |
6 | |
7 class DrawSpanRenew : public DrawSpan { | |
8 public: | |
9 SchedConstructor(DrawSpanRenew); | |
10 | |
11 DrawSpanArgPtr args; | |
12 | |
13 int run(SchedTask *s, void *rbuf, void *wbuf); | |
14 | |
15 // override | |
16 void reboot(SpanPackPtr spack, int cur_span_x); | |
17 }; | |
18 | |
19 #endif | |
20 #endif |