Type Definition glsl_layout::mat2x3

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

Matrix of 2 x 3 floating-point values.