mirror of
https://github.com/openharmony/third_party_spirv-tools.git
synced 2026-07-21 03:35:25 -04:00
Use SPIR-V headers from the KhronosGroup/SPIRV-Headers repo.
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user