mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
[dxso] Fix potential fallthrough in RasterizerOut
This commit is contained in:
parent
a5b0f2898a
commit
f4ab14cafa
@ -1225,6 +1225,12 @@ namespace dxvk {
|
|||||||
spv::StorageClassOutput, spv::BuiltInPointSize);
|
spv::StorageClassOutput, spv::BuiltInPointSize);
|
||||||
}
|
}
|
||||||
return m_vs.oPSize;
|
return m_vs.oPSize;
|
||||||
|
|
||||||
|
default: {
|
||||||
|
DxsoRegisterPointer nullPointer;
|
||||||
|
nullPointer.id = 0;
|
||||||
|
return nullPointer;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
case DxsoRegisterType::ColorOut: {
|
case DxsoRegisterType::ColorOut: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user