Mercurial > hg > Members > kono > Cerium
annotate TaskManager/Test/test_render/spe/DrawBack.h @ 133:435e0d24db39
DrawSpan のテクスチャ座標を求める部分で、width と height が逆に使われてた。
add new xml file
author | gongo@charles.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Thu, 27 Nov 2008 15:08:10 +0900 |
parents | 5c194c71eca8 |
children | 25c820b6060e |
rev | line source |
---|---|
109 | 1 #ifndef INCLUDED_TASK_DRAW_BACK |
2 #define INCLUDED_TASK_DRAW_BACK | |
3 | |
4 #ifndef INCLUDED_SCHED_TASK | |
5 # include "SchedTask.h" | |
6 #endif | |
7 | |
8 class DrawBack : public SchedTask { | |
9 public: | |
10 SchedConstructor(DrawBack); | |
11 | |
12 int run(void *rbuf, void *wbuf); | |
13 | |
14 void linebuf_init(int *buf, int width, int rgb); | |
15 }; | |
16 | |
17 #endif |