glsl_layout

Type Alias bmat4x4

Source
pub type bmat4x4 = Array<bvec4, [Element<bvec4>; 4]>;
Expand description

Matrix of 4 x 4 boolean values.

Aliased Type§

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

Fields§

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