Merge pull request #11208 from TellowKrinkle/CPUCull

Cull vertices on the CPU
This commit is contained in:
Pierre Bourdon
2023-01-26 23:15:23 +01:00
committed by GitHub
21 changed files with 1102 additions and 92 deletions

View File

@ -138,6 +138,7 @@ struct VideoConfig final
bool bPerfQueriesEnable = false;
bool bBBoxEnable = false;
bool bForceProgressive = false;
bool bCPUCull = false;
bool bEFBEmulateFormatChanges = false;
bool bSkipEFBCopyToRam = false;