[]Function rusty_engine::prelude::glm::make_mat4x4

pub fn make_mat4x4<N>(
    ptr: &[N]
) -> Matrix<N, U4, U4, <DefaultAllocator as Allocator<N, U4, U4>>::Buffer> where
    N: Scalar

Creates a 4x4 matrix from a slice arranged in column-major order.