[][src]Type Definition glsl_layout::umat3x2

type umat3x2 = Array<uvec2, [Element<uvec2>; 3]>;

Matrix of 3 x 2 unsiged integer values.