view 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 source

#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