[][src]Type Definition glsl_layout::umat4x4

type umat4x4 = Array<uvec4, [Element<uvec4>; 4]>;

Matrix of 4 x 4 unsiged integer values.