D3D: Add geometry shader stereoscopy support.

This commit is contained in:
Jules Blok
2014-11-02 23:40:52 +01:00
parent d5ebdf7a97
commit 9253bb7d96
10 changed files with 112 additions and 73 deletions

View File

@ -79,7 +79,8 @@ void InitBackendInfo()
g_Config.backend_info.bSupportsDualSourceBlend = true;
g_Config.backend_info.bSupportsPrimitiveRestart = true;
g_Config.backend_info.bSupportsOversizedViewports = false;
g_Config.backend_info.bSupportsStereoscopy = false; // TODO: not implemented
g_Config.backend_info.bSupportsStereoscopy = true;
g_Config.backend_info.bSupportsGSInstancing = false;
IDXGIFactory* factory;
IDXGIAdapter* ad;