pub fn create_tri( tri: [[f32; 2]; 3], uv_tri: [[f32; 2]; 3], color: Rgba<f32>, mode: Mode, ) -> Tri<Vertex>