glsl_layout

Type Alias mat3x4

Source
pub type mat3x4 = Array<vec4, [Element<vec4>; 3]>;
Expand description

Matrix of 3 x 4 floating-point values.

Aliased Type§

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

Fields§

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