Type Definition glsl_layout2::umat3x4

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

Matrix of 3 x 4 unsiged integer values.