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:
parent
68c528d345
commit
63ca34bb29
@ -5331,7 +5331,7 @@ namespace dxvk {
|
||||
}
|
||||
|
||||
if (coherence) {
|
||||
memoryOperands.flags = spv::MemoryAccessNonPrivatePointerMask;
|
||||
memoryOperands.flags |= spv::MemoryAccessNonPrivatePointerMask;
|
||||
|
||||
if (coherence != spv::ScopeInvocation) {
|
||||
memoryOperands.flags |= spv::MemoryAccessMakePointerAvailableMask;
|
||||
|
Loading…
Reference in New Issue
Block a user