mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-14 22:29:15 +01:00
[dxbc] Fixed AtomicUmax emitting the wrong instruction
This commit is contained in:
parent
356591cc99
commit
f7e1efbaaf
@ -1698,7 +1698,7 @@ namespace dxvk {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case DxbcOpcode::AtomicUMax:
|
case DxbcOpcode::AtomicUMax:
|
||||||
value.id = m_module.opAtomicUMin(typeId,
|
value.id = m_module.opAtomicUMax(typeId,
|
||||||
pointer.id, scopeId, semanticsId,
|
pointer.id, scopeId, semanticsId,
|
||||||
src[0].id);
|
src[0].id);
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user