Type Definition glsl_layout::mat4x2

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

Matrix of 4 x 2 floating-point values.