glsl_layout

Type Alias bmat3x2

Source
pub type bmat3x2 = Array<bvec2, [Element<bvec2>; 3]>;
Expand description

Matrix of 3 x 2 boolean values.

Aliased Type§

struct bmat3x2(pub [Element<bvec2>; 3], pub PhantomData<fn(_: bvec2)>);

Fields§

§0: [Element<bvec2>; 3]§1: PhantomData<fn(_: bvec2)>