[][src]Type Definition glsl_layout::mat3x3

type mat3x3 = Array<vec3, [Element<vec3>; 3]>;

Matrix of 3 x 3 floating-point values.