pub type bmat3x4 = Array<bvec4, [Element<bvec4>; 3]>;
Expand description
Matrix of 3 x 4 boolean values.
Aliased Type§
struct bmat3x4(pub [Element<bvec4>; 3], pub PhantomData<fn(_: bvec4)>);
Fields§
§0: [Element<bvec4>; 3]
§1: PhantomData<fn(_: bvec4)>