pub type NVGvertex = FsVertex;
struct NVGvertex { pub x: f32, pub y: f32, pub u: f32, pub v: f32, }
x: f32
y: f32
u: f32
v: f32