[][src]Type Definition glsl_layout::dmat3x3

type dmat3x3 = Array<dvec3, [Element<dvec3>; 3]>;

Matrix of 3 x 3 double-precision floating-point values.