Type Definition glsl_layout::imat2x2[][src]

type imat2x2 = Array<ivec2, [Element<ivec2>; 2]>;

Matrix of 2 x 2 signed integer values.