Type Definition glsl_layout::umat2x4

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

Matrix of 2 x 4 unsiged integer values.