view TaskManager/Test/test_render/spe/Set_Texture.h @ 200:efd7e4712342 draft

fix run_draw
author gongo@localhost.localdomain
date Mon, 26 Jan 2009 14:27:45 +0900
parents 74d0a70f60e9
children b3fb0013e6b2
line wrap: on
line source

#ifndef INCLUDED_TASK_LOAD_TEXTURE
#define INCLUDED_TASK_LOAD_TEXTURE

#ifndef INCLUDED_SCHED_TASK
#  include  "SchedTask.h"
#endif

class SetTexture : public SchedTask {
public:
    SchedConstructor(SetTexture);

    int run(void *rbuf, void *wbuf);
};

#endif