SPIRV-Tools/include
David Neto 3d348a8440 The version header word has 3 byte-size components.
Bits 24-31: 0
Bits 16-23: SPIR-V major number (1)
Bits  8-15: SPIR-V minor number (0)
Bits   0-7: SPIR-V minor number (2)

The assembler will construct the word appropriately,
and the disassemble will print it in major.minor.revision form.
2015-11-13 12:35:34 -06:00
..
libspirv The version header word has 3 byte-size components. 2015-11-13 12:35:34 -06:00
util Print OpConstant values according to type. 2015-11-10 15:57:59 -05:00