mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[dxbc] Fix broken barrier around TGSM init code
This commit is contained in:
parent
944a945822
commit
0502a0464f
1 changed files with 1 additions and 1 deletions
|
@ -6087,7 +6087,7 @@ namespace dxvk {
|
|||
|
||||
if (hasTgsm) {
|
||||
m_module.opControlBarrier(
|
||||
m_module.constu32(spv::ScopeInvocation),
|
||||
m_module.constu32(spv::ScopeWorkgroup),
|
||||
m_module.constu32(spv::ScopeWorkgroup),
|
||||
m_module.constu32(spv::MemorySemanticsWorkgroupMemoryMask
|
||||
| spv::MemorySemanticsAcquireReleaseMask));
|
||||
|
|
Loading…
Add table
Reference in a new issue