mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-05 01:24:14 +01:00
[dxso] Fix ExpP fallthrough
This commit is contained in:
parent
b2d96ee087
commit
a5b0f2898a
@ -2038,8 +2038,8 @@ namespace dxvk {
|
||||
else
|
||||
result.id = m_module.opCompositeConstruct(typeId, result.type.ccount, resultIndices.data());
|
||||
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case DxsoOpcode::Exp:
|
||||
result.id = m_module.opExp2(typeId,
|
||||
emitRegisterLoad(src[0], mask).id);
|
||||
|
Loading…
Reference in New Issue
Block a user