Type Definition glsl_layout::imat2x4[][src]

type imat2x4 = Array<ivec4, [Element<ivec4>; 2]>;

Matrix of 2 x 4 signed integer values.