Enums§
Functions§
- from_
binary - Transmutes a SPIRV binary, which are stored as 32 bit words, into a more digestible byte array
- to_
binary - Transmutes a regular byte array into a SPIRV binary of 32 bit words.
Fails if the input is not
input.as_ptr() % 4
andinput.len() % 4
.