Type Definition glsl_layout::mat3x4[][src]

type mat3x4 = Array<vec4, [Element<vec4>; 3]>;

Matrix of 3 x 4 floating-point values.