SYNOPSIS

  • #include <allegro5/allegro_primitives.h>
    
    typedef enum ALLEGRO_PRIM_STORAGE
    
    

DESCRIPTION

Enumerates the types of storage an attribute of a custom vertex may be stored in.

\[bu]

ALLEGRO_PRIM_FLOAT_2 - A doublet of floats

\[bu]

ALLEGRO_PRIM_FLOAT_3 - A triplet of floats

\[bu]

ALLEGRO_PRIM_SHORT_2 - A doublet of shorts

RELATED TO ALLEGRO_PRIM_STORAGE…

ALLEGRO_PRIM_ATTR(3alleg5)