[][src]Type Definition glsl_layout::mat4x4

type mat4x4 = Array<vec4, [Element<vec4>; 4]>;

Matrix of 4 x 4 floating-point values.