Type Definition glsl_layout::mat2x4[][src]

type mat2x4 = Array<vec4, [Element<vec4>; 2]>;

Matrix of 2 x 4 floating-point values.