Treat OpInBoundsAccessChain the same as OpAccessChain

This commit is contained in:
baldurk
2020-04-13 18:24:47 +01:00
parent 2318305c96
commit 7bfee85edc
@@ -371,6 +371,7 @@ void ThreadState::StepNext(ShaderDebugState *state,
break;
}
case Op::AccessChain:
case Op::InBoundsAccessChain:
{
OpAccessChain chain(it);