aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolai Hähnle <nicolai.haehnle@amd.com>2019-10-14 21:54:38 +0200
committerNicolai Hähnle <nicolai.haehnle@amd.com>2019-10-14 21:54:45 +0200
commit809512f3683c4b9f816b25dd901ce256f7afaaaa (patch)
treeb32e4b2ac2b341b4e604e040810eada10ebfc415
parentb252a50953ac4375cb1864e94f4b0234db9d215d (diff)
downloadSPIRV-Headers-809512f3683c4b9f816b25dd901ce256f7afaaaa.tar.gz
buildHeaders: update version to SPIR-V 1.5
This seems to have gotten dropped in the latest update.
-rw-r--r--tools/buildHeaders/header.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildHeaders/header.cpp b/tools/buildHeaders/header.cpp
index e1e05d0..0f65291 100644
--- a/tools/buildHeaders/header.cpp
+++ b/tools/buildHeaders/header.cpp
@@ -69,7 +69,7 @@ namespace {
TPrinter();
static const int DocMagicNumber = 0x07230203;
- static const int DocVersion = 0x00010400;
+ static const int DocVersion = 0x00010500;
static const int DocRevision = 1;
#define DocRevisionString "1"
static const std::string DocCopyright;