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

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei Zhang <antiagainst@google.com>2015-11-18 00:00:53 +0300
committerLei Zhang <antiagainst@google.com>2015-11-18 00:02:44 +0300
commit62fcaf1a7416ce3781f40013251b03362cb957c4 (patch)
tree9cda15a9569e465779db24c596ed5740c0919795 /external
parentaf9906e4e5c851b5bc25a2130ef3f1a7f4aab3fc (diff)
Update external headers.
Now use the headers published at https://www.khronos.org/registry/spir-v/api/1.0/.
Diffstat (limited to 'external')
-rw-r--r--external/include/headers/spirv.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/external/include/headers/spirv.h b/external/include/headers/spirv.h
index 3fadceb75..ead92983f 100644
--- a/external/include/headers/spirv.h
+++ b/external/include/headers/spirv.h
@@ -50,12 +50,12 @@
typedef unsigned int SpvId;
-#define SPV_VERSION 100
-#define SPV_REVISION 1
+#define SPV_VERSION 10000
+#define SPV_REVISION 2
static const unsigned int SpvMagicNumber = 0x07230203;
-static const unsigned int SpvVersion = 100;
-static const unsigned int SpvRevision = 1;
+static const unsigned int SpvVersion = 0x00010000;
+static const unsigned int SpvRevision = 2;
static const unsigned int SpvOpCodeMask = 0xffff;
static const unsigned int SpvWordCountShift = 16;