pub type VertexF = VertexBase<f32>;
pub struct VertexF { pub x: f32, pub y: f32, pub cmd: u32, }
x: f32
y: f32
cmd: u32