Mercurial > hg > Game > Cerium
comparison TaskManager/Test/test_render/spe/DrawSpan.h @ 166:8831c058a1ff draft
fix
author | gongo@localhost.localdomain |
---|---|
date | Tue, 09 Dec 2008 11:53:51 +0900 |
parents | 16c3cbbbfc50 |
children | 508beb59e0eb |
comparison
equal
deleted
inserted
replaced
165:121b08b64b44 | 166:8831c058a1ff |
---|---|
38 int run(void *rbuf, void *wbuf); | 38 int run(void *rbuf, void *wbuf); |
39 | 39 |
40 float* zRow_init(int w, int h); | 40 float* zRow_init(int w, int h); |
41 void linebuf_init(int *buf, int width, int rgb); | 41 void linebuf_init(int *buf, int width, int rgb); |
42 | 42 |
43 char* get_pixel(int tx, int ty, void *texture_image); | 43 char* get_pixel(int tx, int ty, uint32 *texture_image); |
44 Uint32 get_rgb(int tx, int ty, void *addr); | 44 Uint32 get_rgb(int tx, int ty, uint32 *addr); |
45 }; | 45 }; |
46 | 46 |
47 #endif | 47 #endif |