DXGI_DDI_MULTIPLANE_OVERLAY_STEREO_FLIP_MODE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// dxgiddi.h

typedef enum DXGI_DDI_MULTIPLANE_OVERLAY_STEREO_FLIP_MODE {
  DXGI_DDI_MULTIPLANE_OVERLAY_STEREO_FLIP_NONE,
  DXGI_DDI_MULTIPLANE_OVERLAY_STEREO_FLIP_FRAME0,
  DXGI_DDI_MULTIPLANE_OVERLAY_STEREO_FLIP_FRAME1
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-dxgiddi-dxgi_ddi_multiplane_overlay_stereo_flip_mode)

DXGI_DDI_MULTIPLANE_OVERLAY_STEREO_FLIP_MODE enumeration

Description

Identifies the overlay plane's stereo flip mode. Only the DXGI_DDI_MULTIPLANE_OVERLAY_STEREO_FLIP_NONE value is supported.

Constants

DXGI_DDI_MULTIPLANE_OVERLAY_STEREO_FLIP_NONE

The overplay plane data is not presented in stereo mode.

DXGI_DDI_MULTIPLANE_OVERLAY_STEREO_FLIP_FRAME0

Reserved for system use. Do not use in your driver.

DXGI_DDI_MULTIPLANE_OVERLAY_STEREO_FLIP_FRAME1

Reserved for system use. Do not use in your driver.