glsl_layout

Type Alias bmat3x3

Source
pub type bmat3x3 = Array<bvec3, [Element<bvec3>; 3]>;
Expand description

Matrix of 3 x 3 boolean values.

Aliased Type§

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

Fields§

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