gba-x3dtest
diff src/x3d.h @ 9:b0ed38f13261
working on the rasterizer
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 22 Jun 2014 05:16:10 +0300 |
parents | fb0a0d6a8b52 |
children | ecc022a21279 |
line diff
1.1 --- a/src/x3d.h Thu Jun 19 05:53:46 2014 +0300 1.2 +++ b/src/x3d.h Sun Jun 22 05:16:10 2014 +0300 1.3 @@ -25,6 +25,7 @@ 1.4 void x3d_color_array(int count, const int32_t *ptr); 1.5 int x3d_draw_arrays(int prim, int vnum); 1.6 1.7 +void x3d_color_index(int cidx); 1.8 void x3d_color(int32_t r, int32_t g, int32_t b); 1.9 1.10 #endif /* X3D_H_ */