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