commit | 49deada730614b9762e11195fd1b23715d2c2a96 | [log] [tgz] |
---|---|---|
author | Hans-Kristian Arntzen <post@arntzen-software.no> | Mon Sep 12 15:24:34 2022 +0200 |
committer | GitHub <noreply@github.com> | Mon Sep 12 13:24:34 2022 +0000 |
tree | 85107b427b5a428e60fa23c4291021d543253193 | |
parent | fb27bbf3077f92cc1a8a55777bce2810a94079cf [diff] |
Also consider EmitMeshTasksEXT terminator in spirv-opt. (#4930) Not sure why this is repeated for validation and optimizer, but ...
diff --git a/source/opcode.cpp b/source/opcode.cpp index e3797b7..88c5c51 100644 --- a/source/opcode.cpp +++ b/source/opcode.cpp
@@ -453,6 +453,7 @@ case SpvOpTerminateInvocation: case SpvOpTerminateRayKHR: case SpvOpIgnoreIntersectionKHR: + case SpvOpEmitMeshTasksEXT: return true; default: return false;