glsl_layout

Type Alias bmat2x4

Source
pub type bmat2x4 = Array<bvec4, [Element<bvec4>; 2]>;
Expand description

Matrix of 2 x 4 boolean values.

Aliased Type§

struct bmat2x4(pub [Element<bvec4>; 2], pub PhantomData<fn(_: bvec4)>);

Fields§

§0: [Element<bvec4>; 2]§1: PhantomData<fn(_: bvec4)>