Type Definition glsl_layout::dmat3x2

source ·
pub type dmat3x2 = Array<dvec2, [Element<dvec2>; 3]>;
Expand description

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