Type Definition glsl_layout::umat2x3

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

Matrix of 2 x 3 unsiged integer values.