aboutsummaryrefslogtreecommitdiff
path: root/source/ext_inst.cpp
diff options
context:
space:
mode:
authorLei Zhang <antiagainst@google.com>2016-04-14 14:05:53 -0400
committerDavid Neto <dneto@google.com>2016-06-10 08:48:37 -0400
commit10dba9178197c96074bcae7d747761c45e5ab9cc (patch)
treec6ca537288377c9bf946dcbfd1808d1fdfa452cc /source/ext_inst.cpp
parent6fff41a6db27c42f7811229f1fd252f017548f68 (diff)
downloadspirv-tools-10dba9178197c96074bcae7d747761c45e5ab9cc.tar.gz
Use SPIR-V headers from the KhronosGroup/SPIRV-Headers repo.
Diffstat (limited to 'source/ext_inst.cpp')
-rw-r--r--source/ext_inst.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/ext_inst.cpp b/source/ext_inst.cpp
index b6945444..e92c99ca 100644
--- a/source/ext_inst.cpp
+++ b/source/ext_inst.cpp
@@ -29,18 +29,18 @@
#include <cassert>
#include <cstring>
-#include "spirv/GLSL.std.450.h"
-#include "spirv/OpenCL.std.h"
+#include "spirv/1.0/GLSL.std.450.h"
+#include "spirv/1.0/OpenCL.std.h"
#include "spirv_definition.h"
#include "macro.h"
static const spv_ext_inst_desc_t glslStd450Entries_1_0[] = {
-#include "glsl.std.450.insts-1-0.inc"
+#include "glsl.std.450.insts-1.0.inc"
};
static const spv_ext_inst_desc_t openclEntries_1_0[] = {
-#include "opencl.std.insts-1-0.inc"
+#include "opencl.std.insts-1.0.inc"
};
spv_result_t spvExtInstTableGet(spv_ext_inst_table* pExtInstTable,