[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
1 changed files with 1 additions and 1 deletions

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;