Type Definition glsl_layout::umat4x4

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

Matrix of 4 x 4 unsiged integer values.