Mercurial > hg > Game > Cerium
comparison TaskManager/Test/test_render/task/CreateSpan.h @ 180:e3b7776b1420 draft
いろいろ fix 。詳しくは TaskManager/Changelog、test_render/Changelog を
author | gongo@localhost.localdomain |
---|---|
date | Mon, 22 Dec 2008 16:09:57 +0900 |
parents | be90197f90d4 |
children | e75f9eb97180 |
comparison
equal
deleted
inserted
replaced
179:6e62f8cfbfe3 | 180:e3b7776b1420 |
---|---|
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 uint32 *tex_addr, int tex_width, int tex_height, |
24 int tex_scale_max, | 24 int tex_scale_max, |
25 VertexPack *vMin,VertexPack *vMid,VertexPack *vMid1, | 25 VertexPack *vMin,VertexPack *vMid,VertexPack *vMid1, |
26 int length_y, float tex_y_len); | 26 int length_y, float tex_y_len); |
27 #if 0 | |
27 void setTileInfoList(SpanPtr span); | 28 void setTileInfoList(SpanPtr span); |
28 void setTileInfo(TileInfoPtr tile, int xpos, int ypos, | 29 void setTileInfo(TileInfoPtr tile, int xpos, int ypos, |
29 int tex_width, uint32* tex_addr_top); | 30 int tex_width, uint32* tex_addr_top); |
31 #endif | |
30 }; | 32 }; |
31 | 33 |
32 #endif | 34 #endif |