aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kessenich <johnkslang@users.noreply.github.com>2019-10-14 23:30:22 -0600
committerGitHub <noreply@github.com>2019-10-14 23:30:22 -0600
commit5f3a030239f7f42ce64ca512e06ab2c4cd2c3075 (patch)
treeb32e4b2ac2b341b4e604e040810eada10ebfc415
parentb252a50953ac4375cb1864e94f4b0234db9d215d (diff)
parent809512f3683c4b9f816b25dd901ce256f7afaaaa (diff)
downloadSPIRV-Headers-5f3a030239f7f42ce64ca512e06ab2c4cd2c3075.tar.gz
Merge pull request #133 from nhaehnle/buildHeader-spv15
buildHeaders: update version to SPIR-V 1.5
-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;