Type Definition glsl_layout::imat3x2[][src]

type imat3x2 = Array<ivec2, [Element<ivec2>; 3]>;

Matrix of 3 x 2 signed integer values.