Fix bitcast between types of different column counts

This commit is contained in:
baldurk
2022-06-20 17:20:51 +01:00
parent 687c11ba68
commit e903589e95
@@ -1310,7 +1310,6 @@ void ThreadState::StepNext(ShaderDebugState *state, const rdcarray<ThreadState>
var.type = type.scalar().Type();
var.columns = type.vector().count & 0xff;
var.value = ShaderValue();
}
SetDst(cast.result, var);