Type Definition glsl_layout::imat3x4

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

Matrix of 3 x 4 signed integer values.