pub fn from_binary(bin: &[u32]) -> &[u8]Notable traits for &[u8]impl Read for &[u8]impl Write for &mut [u8]
Expand description

Transmutes a SPIRV binary, which are stored as 32 bit words, into a more digestible byte array