mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[dxbc] Fix forceVolatileTgsmAccess for stores
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
This commit is contained in:
parent
68c528d345
commit
63ca34bb29
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue