Type Definition glsl_layout::mat2x3[][src]

type mat2x3 = Array<vec3, [Element<vec3>; 2]>;

Matrix of 2 x 3 floating-point values.