Skip to main content

GpuMat2

Type Alias GpuMat2 

Source
pub type GpuMat2 = Matrix<f32, 2, 2>;

Aliased Type§

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

Fields§

§columns: Vector<Vector<f32, 2>, 2>