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