mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-05 01:24:14 +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];
|
||||
else
|
||||
result.id = m_module.opCompositeConstruct(typeId, result.type.ccount, resultIndices.data());
|
||||
|
||||
break;
|
||||
}
|
||||
break;
|
||||
[[fallthrough]];
|
||||
case DxsoOpcode::Exp:
|
||||
result.id = m_module.opExp2(typeId,
|
||||
emitRegisterLoad(src[0], mask).id);
|
||||
|
Loading…
Reference in New Issue
Block a user