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

github.com/KhronosGroup/SPIRV-Headers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn Kessenich <john@johnkgo.com>2021-12-05 08:03:54 +0300
committerJohn Kessenich <john@johnkgo.com>2021-12-15 20:26:22 +0300
commitdcd4752edbc7db6f2ced71b652c45be49fcfa4c5 (patch)
treefa2d20bdebb8e21e45a63997401146be5fa4eaf0 /tools
parentd53b49635b7484e86959608a65a64d8121e6a385 (diff)
Update headers with SPIR-V version 1.6, revision 1.version-1.6
Diffstat (limited to 'tools')
-rw-r--r--tools/buildHeaders/header.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/buildHeaders/header.cpp b/tools/buildHeaders/header.cpp
index dc780ef..febc6f2 100644
--- a/tools/buildHeaders/header.cpp
+++ b/tools/buildHeaders/header.cpp
@@ -69,9 +69,9 @@ namespace {
TPrinter();
static const int DocMagicNumber = 0x07230203;
- static const int DocVersion = 0x00010500;
- static const int DocRevision = 4;
- #define DocRevisionString "4"
+ static const int DocVersion = 0x00010600;
+ static const int DocRevision = 1;
+ #define DocRevisionString "1"
static const std::string DocCopyright;
static const std::string DocComment1;
static const std::string DocComment2;