Mercurial > hg > Members > kono > Cerium
comparison TaskManager/Test/test_render/spe/CreateSpan.h @ 210:204b03ca98f8
fix DrawSpan
author | gongo@localhost.localdomain |
---|---|
date | Fri, 30 Jan 2009 14:55:04 +0900 |
parents | 5cde66c926b4 |
children | 25c820b6060e |
comparison
equal
deleted
inserted
replaced
209:2ae83ca07f0d | 210:204b03ca98f8 |
---|---|
18 SchedConstructor(CreateSpan); | 18 SchedConstructor(CreateSpan); |
19 | 19 |
20 int run(void *rbuf, void *wbuf); | 20 int run(void *rbuf, void *wbuf); |
21 void half_triangle(SpanPackPtr *spackList, | 21 void half_triangle(SpanPackPtr *spackList, |
22 int charge_y_top, int charge_y_end, | 22 int charge_y_top, int charge_y_end, |
23 uint32 *tex_addr, int tex_width, int tex_height, | 23 TriangleTexInfoPtr tex_info, |
24 int tex_scale_max, | |
25 VertexPack *vMin,VertexPack *vMid,VertexPack *vMid1, | 24 VertexPack *vMin,VertexPack *vMid,VertexPack *vMid1, |
26 int length_y, float tex_y_len); | 25 int length_y, float tex_y_len); |
27 #if 0 | |
28 void setTileInfoList(SpanPtr span); | |
29 void setTileInfo(TileInfoPtr tile, int xpos, int ypos, | |
30 int tex_width, uint32* tex_addr_top); | |
31 #endif | |
32 }; | 26 }; |
33 | 27 |
34 #endif | 28 #endif |