Type Definition glsl_layout::umat3x2

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

Matrix of 3 x 2 unsiged integer values.