PostProcessing: Add support for anaglyph stereoscopy mode.

This commit is contained in:
Jules Blok
2014-10-31 15:53:08 +01:00
parent 6c8f3fa861
commit c3ad6e7820
4 changed files with 30 additions and 8 deletions

View File

@ -47,7 +47,8 @@ enum EFBScale
enum StereoMode
{
STEREO_OFF = 0,
STEREO_SBS
STEREO_SBS,
STEREO_ANAGLYPH
};
// NEVER inherit from this class.