mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-18 04:28:28 +00:00
resource_tracking_pass: Persist image resource atomic designation. (#2158)
This commit is contained in:
parent
b3739bea92
commit
da2b58f66e
|
@ -164,6 +164,7 @@ public:
|
||||||
return desc.sharp_idx == existing.sharp_idx && desc.is_array == existing.is_array;
|
return desc.sharp_idx == existing.sharp_idx && desc.is_array == existing.is_array;
|
||||||
})};
|
})};
|
||||||
auto& image = image_resources[index];
|
auto& image = image_resources[index];
|
||||||
|
image.is_atomic |= desc.is_atomic;
|
||||||
image.is_written |= desc.is_written;
|
image.is_written |= desc.is_written;
|
||||||
return index;
|
return index;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue