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