[][src]Type Definition glsl_layout::umat2x2

type umat2x2 = Array<uvec2, [Element<uvec2>; 2]>;

Matrix of 2 x 2 unsiged integer values.