Type Definition glsl_layout::imat3x4[][src]

type imat3x4 = Array<ivec4, [Element<ivec4>; 3]>;

Matrix of 3 x 4 signed integer values.