pub type umat3x2 = Array<uvec2, [Element<uvec2>; 3]>;Expand description
Matrix of 3 x 2 unsiged integer values.
Aliased Type§
#[repr(C, align(16))]pub struct umat3x2(pub [Element<uvec2>; 3], pub PhantomData<fn(uvec2)>);Tuple Fields§
§0: [Element<uvec2>; 3]§1: PhantomData<fn(uvec2)>