1ALLEGRO_VERTEX_DECL(3) Library Functions Manual ALLEGRO_VERTEX_DECL(3)
2
3
4
6 ALLEGRO_VERTEX_DECL
7
9 #include <allegro5/allegro_primitives.h>
10
11 typedef struct ALLEGRO_VERTEX_DECL ALLEGRO_VERTEX_DECL;
12
14 A vertex declaration. This opaque structure is responsible for
15 describing the format and layout of a user defined custom vertex. It
16 is created and destroyed by specialized functions.
17
19 al_create_vertex_decl(3), al_destroy_vertex_decl(3), ALLEGRO_VER‐
20 TEX_ELEMENT(3)
21
22
23
24Allegro reference manual ALLEGRO_VERTEX_DECL(3)