Type Definition glsl_layout::dmat4x3

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

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