Mercurial > hg > Members > kono > Cerium
comparison TaskManager/Test/test_render/spe/CreateSpan.h @ 161:1f4c3f3238e6 fullHD_omedetou
texture の座標がマイナスになったあと、それを 0 にし忘れてた
author | gongo@localhost.localdomain |
---|---|
date | Mon, 08 Dec 2008 16:37:02 +0900 |
parents | fc314f28b66e |
children | 38cbb7aecc70 |
comparison
equal
deleted
inserted
replaced
160:d5cca23ed50c | 161:1f4c3f3238e6 |
---|---|
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 long *tex_addr, long tex_width, long tex_height, | 23 long *tex_addr, long tex_width, long tex_height, |
24 VertexPack *vMin,VertexPack *vMid,VertexPack *vMid1); | 24 VertexPack *vMin,VertexPack *vMid,VertexPack *vMid1); |
25 void setTile(SpanPtr span); | 25 void setTileInfoList(SpanPtr span); |
26 void setTileInfo(TileInfoPtr tile, int xpos, int ypos, | |
27 int tex_width, uint32* tex_addr_top); | |
26 }; | 28 }; |
27 | 29 |
28 #endif | 30 #endif |