Module spirv_tools::binary

source ·

Enums

Functions

  • Transmutes a SPIRV binary, which are stored as 32 bit words, into a more digestible byte array
  • Transmutes a regular byte array into a SPIRV binary of 32 bit words. This will fail if the input is not % sizeof(u32)