Type Definition glsl_layout::imat4x4[][src]

type imat4x4 = Array<ivec4, [Element<ivec4>; 4]>;

Matrix of 4 x 4 signed integer values.