pub type GpuMat2 = Matrix<f32, 2, 2>;
#[repr(C)]pub struct GpuMat2 { pub columns: Vector<Vector<f32, 2>, 2>, }
columns: Vector<Vector<f32, 2>, 2>