glsl_layout

Type Alias mat2x2

Source
pub type mat2x2 = Array<vec2, [Element<vec2>; 2]>;
Expand description

Matrix of 2 x 2 floating-point values.

Aliased Type§

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

Fields§

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