Function load

Source
pub fn load<C: CubePrimitive, V: CubePrimitive>(
    mat: &Matrix<C>,
    value: &Slice<V>,
    stride: u32,
)
Expand description

Load the matrix with the provided array using the stride.