Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/opcode.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/opcode.cpp b/source/opcode.cpp
index e3797b707..88c5c51b9 100644
--- a/source/opcode.cpp
+++ b/source/opcode.cpp
@@ -453,6 +453,7 @@ bool spvOpcodeIsAbort(SpvOp opcode) {
case SpvOpTerminateInvocation:
case SpvOpTerminateRayKHR:
case SpvOpIgnoreIntersectionKHR:
+ case SpvOpEmitMeshTasksEXT:
return true;
default:
return false;