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