Type Definition glsl_layout::umat2x2

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

Matrix of 2 x 2 unsiged integer values.