Type Definition glsl_layout::mat3x3[][src]

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

Matrix of 3 x 3 floating-point values.