Mercurial > hg > Members > kono > Cerium
diff TaskManager/Test/test_render/task/CreateSpan.h @ 210:204b03ca98f8
fix DrawSpan
author | gongo@localhost.localdomain |
---|---|
date | Fri, 30 Jan 2009 14:55:04 +0900 (2009-01-30) |
parents | 5cde66c926b4 |
children | a7ff29110474 |
line wrap: on
line diff
--- a/TaskManager/Test/test_render/task/CreateSpan.h Fri Jan 30 09:57:32 2009 +0900 +++ b/TaskManager/Test/test_render/task/CreateSpan.h Fri Jan 30 14:55:04 2009 +0900 @@ -20,15 +20,9 @@ int run(void *rbuf, void *wbuf); void half_triangle(SpanPackPtr *spackList, int charge_y_top, int charge_y_end, - uint32 *tex_addr, int tex_width, int tex_height, - int tex_scale_max, + TriangleTexInfoPtr tex_info, VertexPack *vMin,VertexPack *vMid,VertexPack *vMid1, int length_y, float tex_y_len); -#if 0 - void setTileInfoList(SpanPtr span); - void setTileInfo(TileInfoPtr tile, int xpos, int ypos, - int tex_width, uint32* tex_addr_top); -#endif }; #endif