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