Scaleform::Platform::PresentFlags

Scaleform::Platform::PresentFlags
enum PresentFlags {
  Present_StereoMask = 0xf,
  Present_LastWindow = 0x100
};
Description

Flags controlling the execution order of presentation.

Members
Members 
Description 
Present_StereoMask = 0xf 
Must match Render::StereoDisplay flags. 
Present_LastWindow = 0x100 
Set for the last window to be presented during the frame. 
File

Platform.h