enum PresentFlags { Present_StereoMask = 0xf, Present_LastWindow = 0x100 };
Flags controlling the execution order of presentation.
Members |
Description |
Present_StereoMask = 0xf |
Must match Render::StereoDisplay flags. |
Present_LastWindow = 0x100 |
Set for the last window to be presented during the frame. |
Platform.h