Type Definition glsl_layout::imat3x3

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

Matrix of 3 x 3 signed integer values.