mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
VertexShaderGen: Use correct depth output when glClipControl is supported.
This commit is contained in:
parent
522e721830
commit
88cc91030e
5 changed files with 7 additions and 6 deletions
|
@ -83,6 +83,7 @@ void InitBackendInfo()
|
|||
g_Config.backend_info.bSupports3DVision = true;
|
||||
g_Config.backend_info.bSupportsPostProcessing = false;
|
||||
g_Config.backend_info.bSupportsPaletteConversion = true;
|
||||
g_Config.backend_info.bSupportsClipControl = true;
|
||||
|
||||
IDXGIFactory* factory;
|
||||
IDXGIAdapter* ad;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue