Mercurial > hg > Members > kono > Cerium
view TaskManager/Test/simple_pack/spu_span.h @ 99:57bac9e07662
rotate cube only polygon
author | gongo |
---|---|
date | Fri, 29 Feb 2008 05:20:23 +0900 |
parents | c2e178b3415f |
children | 5c194c71eca8 |
line wrap: on
line source
#ifndef INCLUDED_SPU_SPAN #define INCLUDED_SPU_SPAN #ifndef INCLUDED_SPAN_PACK #include "span_pack.h" #endif typedef struct SPUSPAN { int length; //SPANPACK spp[23]; // window_height = 1080 ( 1080/8/6 = 22.5 ) SPANPACK spp[10]; // window_height = 480 ( 480/8/6 = 10 ) //SPUSPAN *next; } SPUSPAN; typedef struct SPUSPANLIST { SPUSPAN ss[6]; // 6 = number of SPU } SPUSPANLIST; /* typedef struct SPLSSL { SPUSPANLIST *ssl; SPANPACKLIST *spl; } SPLSSL; */ #endif