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