Mercurial > hg > Members > kono > Cerium
view TaskManager/Test/test_render/spe/CreateSpan.h @ 266:5c9dbd54cd51
merge
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 04 Jun 2009 00:00:09 +0900 |
parents | 5cde66c926b4 |
children | 204b03ca98f8 |
line wrap: on
line source
#ifndef INCLUDED_CREATE_SPAN #define INCLUDED_CREATE_SPAN #ifndef INCLUDED_SCHED_TASK # include "SchedTask.h" #endif #ifndef INCLUDED_POLYGON_PACK # include "polygon_pack.h" #endif #ifndef INCLUDED_SPAN_PACK # include "SpanPack.h" #endif class CreateSpan : public SchedTask { public: SchedConstructor(CreateSpan); 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, 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