Type Definition glsl_layout::dmat4x4

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

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