Scaleform::Platform::StereoFormats

Scaleform::Platform::StereoFormats
enum StereoFormats {
  Stereo_None,
  Stereo_Standard,
  Stereo_CombinedBuffer
};
Description

Flag for setting the stereo modes.

Members
Members 
Description 
Stereo_None 
Mono buffer rendering. 
Stereo_Standard 
Separate Left/Right buffers, call PresentFrame twice 
Stereo_CombinedBuffer 
Left/Right stored in same buffer (frame packing, interlaced, etc.). Call PresentFrame once. 
File

Platform.h