Type Definition glsl_layout::imat4x3

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

Matrix of 4 x 3 signed integer values.