[][src]Type Definition glsl_layout::umat3x3

type umat3x3 = Array<uvec3, [Element<uvec3>; 3]>;

Matrix of 3 x 3 unsiged integer values.