Type Definition glsl_layout::imat4x4

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

Matrix of 4 x 4 signed integer values.