Type Definition glsl_layout::imat2x4

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

Matrix of 2 x 4 signed integer values.