mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-11-29 19:24:10 +01:00
[dxbc] Fix incorrect data type for explicit interpolation instructions
This commit is contained in:
parent
5a30110d0f
commit
a53e053391
@ -2803,8 +2803,7 @@ namespace dxvk {
|
||||
const uint32_t registerId = ins.src[0].idx[0].offset;
|
||||
|
||||
DxbcRegisterValue result;
|
||||
result.type.ctype = DxbcScalarType::Float32;
|
||||
result.type.ccount = 4;
|
||||
result.type = getInputRegType(registerId);
|
||||
|
||||
switch (ins.op) {
|
||||
case DxbcOpcode::EvalCentroid: {
|
||||
|
Loading…
Reference in New Issue
Block a user