Mercurial > hg > Game > Cerium
annotate TaskManager/Test/test_render/spe/DrawBack.h @ 397:ce86b0186a4a draft
delete manager (in kernel/ppe/TaskManager.h)
don't move.
author | game@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Sun, 20 Sep 2009 18:55:26 +0900 |
parents | b3fb0013e6b2 |
children | b79c4b5f8a1b |
rev | line source |
---|---|
109 | 1 #ifndef INCLUDED_TASK_DRAW_BACK |
2 #define INCLUDED_TASK_DRAW_BACK | |
3 | |
383
b3fb0013e6b2
fix header, MemHash in kernel
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
109
diff
changeset
|
4 #include "SchedTask.h" |
109 | 5 |
6 class DrawBack : public SchedTask { | |
7 public: | |
8 SchedConstructor(DrawBack); | |
9 | |
10 int run(void *rbuf, void *wbuf); | |
11 | |
12 void linebuf_init(int *buf, int width, int rgb); | |
13 }; | |
14 | |
15 #endif |