[][src]Type Definition glsl_layout::mat4x3

type mat4x3 = Array<vec3, [Element<vec3>; 4]>;

Matrix of 4 x 3 floating-point values.