VertexShaderManager: Add stereoscopy options to swap the left and right eye.

This commit is contained in:
Jules Blok
2014-11-23 14:27:39 +01:00
parent c3ad6e7820
commit 1261bd02ca
4 changed files with 9 additions and 2 deletions
+1
View File
@@ -81,6 +81,7 @@ struct VideoConfig final
int iStereoMode;
int iStereoSeparation;
int iStereoFocalLength;
bool bStereoSwapEyes;
// Information
bool bShowFPS;