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

This commit is contained in:
Jules Blok
2014-10-31 16:05:44 +01:00
parent c3ad6e7820
commit 1261bd02ca
4 changed files with 9 additions and 2 deletions

View File

@ -81,6 +81,7 @@ struct VideoConfig final
int iStereoMode;
int iStereoSeparation;
int iStereoFocalLength;
bool bStereoSwapEyes;
// Information
bool bShowFPS;