Type Definition glsl_layout::umat4x2

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

Matrix of 4 x 2 unsiged integer values.