aboutsummaryrefslogtreecommitdiff
path: root/include/spirv/1.1
diff options
context:
space:
mode:
authorJohn Kessenich <cepheus@frii.com>2016-10-08 17:56:28 -0600
committerJohn Kessenich <cepheus@frii.com>2016-10-08 17:56:28 -0600
commite22d57b0f7d170bdcff8672eb3fb6cd5f5fd0f26 (patch)
treec9c6b85fb2a561fbce26ab175501ccb06e520713 /include/spirv/1.1
parent5a06681671a4b4505faef87d45630d9d4d7e0c86 (diff)
downloadSPIRV-Headers-e22d57b0f7d170bdcff8672eb3fb6cd5f5fd0f26.tar.gz
Correct Revision numbers for previous commit.
Diffstat (limited to 'include/spirv/1.1')
-rw-r--r--include/spirv/1.1/spirv.h4
-rw-r--r--include/spirv/1.1/spirv.hpp4
-rw-r--r--include/spirv/1.1/spirv.hpp114
-rw-r--r--include/spirv/1.1/spirv.json2
-rw-r--r--include/spirv/1.1/spirv.lua2
-rw-r--r--include/spirv/1.1/spirv.py2
6 files changed, 9 insertions, 9 deletions
diff --git a/include/spirv/1.1/spirv.h b/include/spirv/1.1/spirv.h
index b718010..769c102 100644
--- a/include/spirv/1.1/spirv.h
+++ b/include/spirv/1.1/spirv.h
@@ -51,11 +51,11 @@
typedef unsigned int SpvId;
#define SPV_VERSION 0x10100
-#define SPV_REVISION 3
+#define SPV_REVISION 4
static const unsigned int SpvMagicNumber = 0x07230203;
static const unsigned int SpvVersion = 0x00010100;
-static const unsigned int SpvRevision = 3;
+static const unsigned int SpvRevision = 4;
static const unsigned int SpvOpCodeMask = 0xffff;
static const unsigned int SpvWordCountShift = 16;
diff --git a/include/spirv/1.1/spirv.hpp b/include/spirv/1.1/spirv.hpp
index 064e34f..02426fc 100644
--- a/include/spirv/1.1/spirv.hpp
+++ b/include/spirv/1.1/spirv.hpp
@@ -47,11 +47,11 @@ namespace spv {
typedef unsigned int Id;
#define SPV_VERSION 0x10100
-#define SPV_REVISION 3
+#define SPV_REVISION 4
static const unsigned int MagicNumber = 0x07230203;
static const unsigned int Version = 0x00010100;
-static const unsigned int Revision = 3;
+static const unsigned int Revision = 4;
static const unsigned int OpCodeMask = 0xffff;
static const unsigned int WordCountShift = 16;
diff --git a/include/spirv/1.1/spirv.hpp11 b/include/spirv/1.1/spirv.hpp11
index d619008..2a84893 100644
--- a/include/spirv/1.1/spirv.hpp11
+++ b/include/spirv/1.1/spirv.hpp11
@@ -47,11 +47,11 @@ namespace spv {
typedef unsigned int Id;
#define SPV_VERSION 0x10100
-#define SPV_REVISION 3
+#define SPV_REVISION 4
static const unsigned int MagicNumber = 0x07230203;
static const unsigned int Version = 0x00010100;
-static const unsigned int Revision = 3;
+static const unsigned int Revision = 4;
static const unsigned int OpCodeMask = 0xffff;
static const unsigned int WordCountShift = 16;
diff --git a/include/spirv/1.1/spirv.json b/include/spirv/1.1/spirv.json
index 4974e8f..5000289 100644
--- a/include/spirv/1.1/spirv.json
+++ b/include/spirv/1.1/spirv.json
@@ -52,7 +52,7 @@
],
"MagicNumber": 119734787,
"Version": 65792,
- "Revision": 3,
+ "Revision": 4,
"OpCodeMask": 65535,
"WordCountShift": 16
},
diff --git a/include/spirv/1.1/spirv.lua b/include/spirv/1.1/spirv.lua
index 0512f95..d47a53c 100644
--- a/include/spirv/1.1/spirv.lua
+++ b/include/spirv/1.1/spirv.lua
@@ -42,7 +42,7 @@
spv = {
MagicNumber = 0x07230203,
Version = 0x00010100,
- Revision = 3,
+ Revision = 4,
OpCodeMask = 0xffff,
WordCountShift = 16,
diff --git a/include/spirv/1.1/spirv.py b/include/spirv/1.1/spirv.py
index 1ed3a0f..5f2e206 100644
--- a/include/spirv/1.1/spirv.py
+++ b/include/spirv/1.1/spirv.py
@@ -42,7 +42,7 @@
spv = {
'MagicNumber' : 0x07230203,
'Version' : 0x00010100,
- 'Revision' : 3,
+ 'Revision' : 4,
'OpCodeMask' : 0xffff,
'WordCountShift' : 16,