ALLEGRO_VERTEX

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nothrow @nogc extern (C)
struct ALLEGRO_VERTEX {}

Members

Variables

color
ALLEGRO_COLOR color;
Undocumented in source.
u
float u;
v
float v;
Undocumented in source.
x
float x;
y
float y;
z
float z;
Undocumented in source.

Meta