DXGK_MULTIPLANE_OVERLAY_STEREO_FLIP_MODE enumeration (d3dkmddi.h)

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

Syntax

typedef enum _DXGK_MULTIPLANE_OVERLAY_STEREO_FLIP_MODE {
  DXGK_MULTIPLANE_OVERLAY_STEREO_FLIP_NONE,
  DXGK_MULTIPLANE_OVERLAY_STEREO_FLIP_FRAME0,
  DXGK_MULTIPLANE_OVERLAY_STEREO_FLIP_FRAME1
} DXGK_MULTIPLANE_OVERLAY_STEREO_FLIP_MODE;

Constants

 
DXGK_MULTIPLANE_OVERLAY_STEREO_FLIP_NONE
The overplay plane data is not presented in stereo mode.
DXGK_MULTIPLANE_OVERLAY_STEREO_FLIP_FRAME0
Reserved for system use. Do not use in your driver.
DXGK_MULTIPLANE_OVERLAY_STEREO_FLIP_FRAME1
Reserved for system use. Do not use in your driver.

Requirements

Requirement Value
Minimum supported client Windows 8.1
Minimum supported server Windows Server 2012 R2
Header d3dkmddi.h (include D3dkmddi.h)