Type Definition glsl_layout::umat3x3

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

Matrix of 3 x 3 unsiged integer values.