mirror of
https://github.com/narzoul/DDrawCompat
synced 2024-12-30 08:55:36 +01:00
Fixed scissor rect on AMD GPUs
Fixed rendering glitches in Sacred Gold (issue #290).
This commit is contained in:
parent
79d2eea9e3
commit
11645f0e51
@ -1188,6 +1188,10 @@ namespace D3dDdi
|
|||||||
{
|
{
|
||||||
setScissorRect(scissorRect);
|
setScissorRect(scissorRect);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
m_current.scissorRect = {};
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void DeviceState::updateShaders()
|
void DeviceState::updateShaders()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user