Type Definition glsl_layout::mat2x4

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

Matrix of 2 x 4 floating-point values.