Type Definition glsl_layout::mat3x4

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

Matrix of 3 x 4 floating-point values.