Type Definition glsl_layout::imat3x2

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

Matrix of 3 x 2 signed integer values.