Type Definition glsl_layout::imat2x2

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

Matrix of 2 x 2 signed integer values.