Function spirv_std::float::u8x4_to_vec4_snorm
source · 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.
pub fn u8x4_to_vec4_snorm<V: Vector<f32, 4>>(int: u32) -> V
Unpacks 4 8-bit signed integers into a vec4. See UnpackSnorm4x8 for exact semantics.