Type Definition glsl_layout::dmat3x4

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

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