pub fn u16x2_to_vec2_unorm<V: Vector<f32, 2>>(int: u32) -> V
Expand description

Unpacks 2 16-bit unsigned integers into a vec2. See UnpackUnorm2x16 for exact semantics.