mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-31 14:52:11 +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);
|
||||
}
|
||||
return m_vs.oPSize;
|
||||
|
||||
default: {
|
||||
DxsoRegisterPointer nullPointer;
|
||||
nullPointer.id = 0;
|
||||
return nullPointer;
|
||||
}
|
||||
}
|
||||
|
||||
case DxsoRegisterType::ColorOut: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user