Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_NONEThe overplay plane data is not presented in stereo mode. |
DXGK_MULTIPLANE_OVERLAY_STEREO_FLIP_FRAME0Reserved for system use. Do not use in your driver. |
DXGK_MULTIPLANE_OVERLAY_STEREO_FLIP_FRAME1Reserved 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) |