Skip to content

Commit 0539c81

Browse files
Handle OpAbortKHR in spvOpcodeIsAbort (#6661)
1 parent 3605cce commit 0539c81

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/opcode.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ bool spvOpcodeIsAbort(spv::Op opcode) {
392392
case spv::Op::OpTerminateRayKHR:
393393
case spv::Op::OpIgnoreIntersectionKHR:
394394
case spv::Op::OpEmitMeshTasksEXT:
395+
case spv::Op::OpAbortKHR:
395396
return true;
396397
default:
397398
return false;

0 commit comments

Comments
 (0)