[][src]Type Definition glsl_layout::mat4x2

type mat4x2 = Array<vec2, [Element<vec2>; 4]>;

Matrix of 4 x 2 floating-point values.