Use SPIR-V headers from the KhronosGroup/SPIRV-Headers repo.

This commit is contained in:
Lei Zhang
2016-04-14 14:05:53 -04:00
committed by David Neto
parent 6fff41a6db
commit 10dba91781
30 changed files with 53 additions and 13236 deletions
+2 -2
View File
@@ -42,10 +42,10 @@ namespace {
// Descriptions of each opcode. Each entry describes the format of the
// instruction that follows a particular opcode.
const spv_opcode_desc_t opcodeTableEntries_1_0[] = {
#include "core.insts-1-0.inc"
#include "core.insts-1.0.inc"
};
const spv_opcode_desc_t opcodeTableEntries_1_1[] = {
#include "core.insts-1-1.inc"
#include "core.insts-1.1.inc"
};
} // anonymous namespace