gba-x3dtest

diff src/x3d.h @ 15:b755fb002f17

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 25 Jun 2014 17:02:48 +0300
parents ecc022a21279
children 0a7f402892b3
line diff
     1.1 --- a/src/x3d.h	Mon Jun 23 10:33:24 2014 +0300
     1.2 +++ b/src/x3d.h	Wed Jun 25 17:02:48 2014 +0300
     1.3 @@ -23,6 +23,7 @@
     1.4  
     1.5  void x3d_vertex_array(int count, const int32_t *ptr);
     1.6  void x3d_color_array(int count, const int32_t *ptr);
     1.7 +void x3d_texcoord_array(int count, const int32_t *ptr);
     1.8  
     1.9  int x3d_draw(int prim, int vnum);
    1.10  int x3d_draw_indexed(int prim, int count, uint16_t *ptr);