Updated spirv-tools.

This commit is contained in:
Бранимир Караџић
2022-02-12 09:38:25 -08:00
parent 05ff29bdca
commit 65e6222ab5
16 changed files with 176 additions and 104 deletions

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2015-2020 The Khronos Group Inc.
// Copyright (c) 2015-2022 The Khronos Group Inc.
// Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights
// reserved.
//
@@ -631,6 +631,7 @@ bool spvOpcodeIsDebug(SpvOp opcode) {
case SpvOpString:
case SpvOpLine:
case SpvOpNoLine:
case SpvOpModuleProcessed:
return true;
default:
return false;