#[repr(C)] #[derive(Copy, Clone, Debug)] struct Vertex { position: [f32; 3], color: [f32; 3], }