glsl_layout

Type Alias imat2x2

Source
pub type imat2x2 = Array<ivec2, [Element<ivec2>; 2]>;
Expand description

Matrix of 2 x 2 signed integer values.

Aliased Type§

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

Fields§

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