GPU: Fix issue that negated HQ normals workaround.

Thanks Germano for pointing it out.
This commit is contained in:
Jeroen Bakker
2022-05-25 08:00:53 +02:00
parent bc3dbf109c
commit 603d3c90a5

View File

@@ -298,7 +298,7 @@ static void detect_workarounds()
"RX550/550", "(TM) 520", "(TM) 530", "(TM) 535", "R5", "R7", "R9"};
if (match_renderer(renderer, matches)) {
GCaps.use_hq_normals_workaround = false;
GCaps.use_hq_normals_workaround = true;
}
}
/* There is an issue with the #glBlitFramebuffer on MacOS with radeon pro graphics.