glsl_layout

Type Alias imat4x2

Source
pub type imat4x2 = Array<ivec2, [Element<ivec2>; 4]>;
Expand description

Matrix of 4 x 2 signed integer values.

Aliased Type§

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

Fields§

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