view TaskManager/Test/test_render/spe/Set_Texture.h @ 203:1eba8570808c draft

fix CreateSpan::run
author gongo@localhost.localdomain
date Mon, 26 Jan 2009 18:30:35 +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