diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Renderer/Engine/spe/DrawSpanRenew.h	Mon Oct 12 09:39:35 2009 +0900
@@ -0,0 +1,20 @@
+#if 0
+#ifndef INCLUDED_TASK_DRAW_SPAN2
+#define INCLUDED_TASK_DRAW_SPAN2
+
+#include "DrawSpan.h"
+
+class DrawSpanRenew : public DrawSpan {
+public:
+    SchedConstructor(DrawSpanRenew);
+
+    DrawSpanArgPtr args;
+
+    int run(SchedTask *s, void *rbuf, void *wbuf);
+
+    // override
+    void reboot(SpanPackPtr spack, int cur_span_x);
+};
+
+#endif
+#endif