Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harrison <rharrison@google.com>2019-10-07 20:37:45 +0300
committerRyan Harrison <rharrison@google.com>2019-10-07 20:37:45 +0300
commit2d1e20d8f3757ce2d3e61caedbe3191c8872c11c (patch)
tree2649404c51029792e911432ecfa75543d9623022 /spirv.hpp
parent43f7618194c09786df907acb1e10dedfdb805679 (diff)
Update SPV_VERSION from 1.4 to 1.5
Missed this when I did the update to tests and such for 1.5.
Diffstat (limited to 'spirv.hpp')
-rw-r--r--spirv.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/spirv.hpp b/spirv.hpp
index 1e96f7b4..f5cbda1b 100644
--- a/spirv.hpp
+++ b/spirv.hpp
@@ -49,7 +49,7 @@ namespace spv {
typedef unsigned int Id;
-#define SPV_VERSION 0x10400
+#define SPV_VERSION 0x10500
#define SPV_REVISION 1
static const unsigned int MagicNumber = 0x07230203;