[][src]Type Definition glsl_layout::imat3x3

type imat3x3 = Array<ivec3, [Element<ivec3>; 3]>;

Matrix of 3 x 3 signed integer values.