Add geometry shader generator for stereo 3D.

This commit is contained in:
Jules Blok
2014-10-16 18:52:32 +02:00
parent 6670cacddc
commit b005f61a2e
13 changed files with 209 additions and 25 deletions

View File

@ -92,9 +92,9 @@ struct VideoConfig final
bool bDumpEFBTarget;
bool bUseFFV1;
bool bFreeLook;
bool bAnaglyphStereo;
int iAnaglyphStereoSeparation;
int iAnaglyphFocalAngle;
bool bStereo;
int iStereoSeparation;
int iStereoFocalAngle;
bool bBorderlessFullscreen;
// Hacks