mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-09 15:25:38 +00:00
Fix case where tex UAV bound could 'hide' out-of-bounds GSM access
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user