mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-03 22:24:13 +01:00
[dxvk] fix barrier tracking code
This commit is contained in:
parent
581f09696e
commit
1ef4e60b69
@ -237,8 +237,8 @@ namespace dxvk {
|
||||
DxvkAccessFlags access;
|
||||
|
||||
while (list && access != entry->data.getAccess()) {
|
||||
if (entry->data.overlaps(slice))
|
||||
access.set(entry->data.getAccess());
|
||||
if (list->data.overlaps(slice))
|
||||
access.set(list->data.getAccess());
|
||||
|
||||
list = getListEntry(list->next);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user