Fix case where tex UAV bound could 'hide' out-of-bounds GSM access

This commit is contained in:
baldurk
2014-12-24 14:02:07 +00:00
parent 73100ef681
commit a9092dd199
@@ -2208,6 +2208,7 @@ State State::GetNext(GlobalState &global, State quad[4]) const
fmt.numComps = global.groupshared[resIndex].bytestride/4;
fmt.reversed = false;
}
texData = false;
}
RDCASSERT(data);