1 2 3 4 5
#[cfg_attr(rustfmt, rustfmt_skip)] gfx_vertex_struct!(Vertex { position: [f32; 3] = "a_position", });