Type Definition glsl_layout::dmat2x2[][src]

type dmat2x2 = Array<dvec2, [Element<dvec2>; 2]>;

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