Type Definition glsl_layout::umat4x3

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

Matrix of 4 x 3 unsiged integer values.