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