Merge pull request #10251 from Pokechu22/negative-scissor

Rework scissor handling
This commit is contained in:
JMC47
2022-04-24 15:00:42 -04:00
committed by GitHub
25 changed files with 844 additions and 208 deletions

View File

@ -79,7 +79,6 @@ void VideoBackend::FillBackendInfo()
g_Config.backend_info.bSupportsExclusiveFullscreen = true;
g_Config.backend_info.bSupportsDualSourceBlend = true;
g_Config.backend_info.bSupportsPrimitiveRestart = true;
g_Config.backend_info.bSupportsOversizedViewports = false;
g_Config.backend_info.bSupportsGeometryShaders = true;
g_Config.backend_info.bSupportsComputeShaders = false;
g_Config.backend_info.bSupports3DVision = true;