glsl_layout

Type Alias bmat4

Source
pub type bmat4 = bmat4x4;
Expand description

Matrix of 4 x 4 boolean values.

Aliased Type§

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

Fields§

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