Type Definition glsl_layout::dmat3x3

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

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