DXGK_MULTIPLANE_OVERLAY_STEREO_FLIP_MODE - NtDoc

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

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmddi-_dxgk_multiplane_overlay_stereo_flip_mode)

_DXGK_MULTIPLANE_OVERLAY_STEREO_FLIP_MODE enumeration

Description

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

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.