Type Definition glsl_layout::imat2x3

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

Matrix of 2 x 3 signed integer values.