[]Function rusty_engine::prelude::glm::matrix_comp_mult

pub fn matrix_comp_mult<N, R, C>(
    x: &Matrix<N, R, C, <DefaultAllocator as Allocator<N, R, C>>::Buffer>,
    y: &Matrix<N, R, C, <DefaultAllocator as Allocator<N, R, C>>::Buffer>
) -> Matrix<N, R, C, <DefaultAllocator as Allocator<N, R, C>>::Buffer> where
    C: Dimension,
    N: Number,
    R: Dimension,
    DefaultAllocator: Alloc<N, R, C>, 

Component-wise multiplication of two matrices.