mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
[dxso] Fix ExpP instruction on Shader Model 2+
This commit is contained in:
parent
7151fbd598
commit
5d4c8a6b51
@ -2043,9 +2043,9 @@ namespace dxvk {
|
|||||||
result.id = resultIndices[0];
|
result.id = resultIndices[0];
|
||||||
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;
|
[[fallthrough]];
|
||||||
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