Type Definition glsl_layout::dmat2x2

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

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