mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-24 15:36:33 +00:00
Treat OpInBoundsAccessChain the same as OpAccessChain
This commit is contained in:
@@ -371,6 +371,7 @@ void ThreadState::StepNext(ShaderDebugState *state,
|
||||
break;
|
||||
}
|
||||
case Op::AccessChain:
|
||||
case Op::InBoundsAccessChain:
|
||||
{
|
||||
OpAccessChain chain(it);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user