[]Type Definition rusty_engine::prelude::glm::Mat4

type Mat4 = Matrix<f32, U4, U4, <DefaultAllocator as Allocator<f32, U4, U4>>::Buffer>;

A 4x4 matrix with f32 components.