mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-21 19:20:07 +00:00
3958c90277
The SPV_VERSION macro value was updated to be 0x10000. Previously it was missing the "0x" prefix, which caused confusion. The value of the const unsigned int SpvVersion has always been 0x00010000. That's what should appear as the version word in the SPIR-V header. The SPV_VERSION symbol is to be used in preprocessor directives. |
||
---|---|---|
.. | ||
include/headers |