aboutsummaryrefslogtreecommitdiff
path: root/source/enum_string_mapping.h
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2018-02-12 10:45:39 -0500
committerDavid Neto <dneto@google.com>2018-02-27 18:47:29 -0500
commit0c13467161842389a5270e5a0e2a6c9e9be487a5 (patch)
tree9e487aee080f0fea1ac8613f9640ff4d36fa6e41 /source/enum_string_mapping.h
parent802cf053c797741008cc35bc3b2a2a926edd463d (diff)
downloadspirv-tools-0c13467161842389a5270e5a0e2a6c9e9be487a5.tar.gz
Consistently include latest spirv.h header file.
Use indirection through latest_version_spirv.h Also, when generating enum tables, use the unified1 JSON grammar since it now has FragmentFullyCoveredEXT but the other JSON grammars don't. They are starting to fall behind.
Diffstat (limited to 'source/enum_string_mapping.h')
-rw-r--r--source/enum_string_mapping.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/enum_string_mapping.h b/source/enum_string_mapping.h
index 0345d5b8..4b126810 100644
--- a/source/enum_string_mapping.h
+++ b/source/enum_string_mapping.h
@@ -17,9 +17,8 @@
#include <string>
-#include "spirv/1.1/spirv.h"
-
#include "extensions.h"
+#include "latest_version_spirv_header.h"
namespace libspirv {