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 <cepheus@frii.com>2020-04-24 17:50:04 +0300
committerJohn Kessenich <cepheus@frii.com>2020-04-24 17:50:04 +0300
commitc0df742ec0b8178ad58c68cff3437ad4b6a06e26 (patch)
tree429e7b84cdff6b43792fb66c7779a5dfe9ce4f6f /tools
parent375789625c87b49b46a14f7629ee3bfd25b8c49f (diff)
Update headers to SPIR-V 1.5 Revision 31.5.3
Diffstat (limited to 'tools')
-rw-r--r--tools/buildHeaders/header.cpp4
-rw-r--r--tools/buildHeaders/jsonToSpirv.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/buildHeaders/header.cpp b/tools/buildHeaders/header.cpp
index 7e8f668..aad94f7 100644
--- a/tools/buildHeaders/header.cpp
+++ b/tools/buildHeaders/header.cpp
@@ -70,8 +70,8 @@ namespace {
static const int DocMagicNumber = 0x07230203;
static const int DocVersion = 0x00010500;
- static const int DocRevision = 1;
- #define DocRevisionString "1"
+ static const int DocRevision = 3;
+ #define DocRevisionString "3"
static const std::string DocCopyright;
static const std::string DocComment1;
static const std::string DocComment2;
diff --git a/tools/buildHeaders/jsonToSpirv.h b/tools/buildHeaders/jsonToSpirv.h
index 9a5eafd..732eed5 100644
--- a/tools/buildHeaders/jsonToSpirv.h
+++ b/tools/buildHeaders/jsonToSpirv.h
@@ -80,7 +80,7 @@ enum OperandClass {
OperandMemorySemantics,
OperandMemoryOperands,
OperandScope,
- OperandGroupOperation,
+ OperandGroupOperation,
OperandKernelEnqueueFlags,
OperandKernelProfilingInfo,
OperandCapability,