Type Definition mat2x4
glsl_layout
type mat2x4 = Array<vec4, [Element<vec4>; 2]>;
Matrix of 2 x 4 floating-point values.