1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-05 01:24:14 +01:00

[dxbc] Fix forceVolatileTgsmAccess for stores

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
This commit is contained in:
Rhys Perry 2022-09-13 20:32:24 +01:00 committed by Philip Rebohle
parent 68c528d345
commit 63ca34bb29

View File

@ -5331,7 +5331,7 @@ namespace dxvk {
}
if (coherence) {
memoryOperands.flags = spv::MemoryAccessNonPrivatePointerMask;
memoryOperands.flags |= spv::MemoryAccessNonPrivatePointerMask;
if (coherence != spv::ScopeInvocation) {
memoryOperands.flags |= spv::MemoryAccessMakePointerAvailableMask;