Type Definition glsl_layout::imat4x2

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

Matrix of 4 x 2 signed integer values.