[][src]Type Definition glsl_layout::mat2x2

type mat2x2 = Array<vec2, [Element<vec2>; 2]>;

Matrix of 2 x 2 floating-point values.