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