spirv-remap: assert on unhandled OperandClass
This commit is contained in:
parent
796e15ad27
commit
036a7944e5
@ -497,6 +497,7 @@ namespace spv {
|
||||
break;
|
||||
|
||||
default:
|
||||
assert(0 && "Unhandled Operand Class");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user