Type Definition glsl_layout::mat3x2[][src]

type mat3x2 = Array<vec2, [Element<vec2>; 3]>;

Matrix of 3 x 2 floating-point values.