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

Unpacks 4 8-bit unsigned integers into a vec4. See UnpackSnorm4x8 for exact semantics.