1
0
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:
narzoul 2024-04-14 11:42:01 +02:00
parent 79d2eea9e3
commit 11645f0e51

View File

@ -1188,6 +1188,10 @@ namespace D3dDdi
{
setScissorRect(scissorRect);
}
else
{
m_current.scissorRect = {};
}
}
void DeviceState::updateShaders()