[][src]Type Definition glsl_layout::dmat3x2

type dmat3x2 = Array<dvec2, [Element<dvec2>; 3]>;

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