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

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