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 presentation format. Only the DXGK_MULTIPLANE_OVERLAY_STEREO_FORMAT_MONO value is supported.
Syntax
typedef enum _DXGK_MULTIPLANE_OVERLAY_STEREO_FORMAT {
DXGK_MULTIPLANE_OVERLAY_STEREO_FORMAT_MONO,
DXGK_MULTIPLANE_OVERLAY_STEREO_FORMAT_HORIZONTAL,
DXGK_MULTIPLANE_OVERLAY_STEREO_FORMAT_VERTICAL,
DXGK_MULTIPLANE_OVERLAY_STEREO_FORMAT_SEPARATE,
DXGK_MULTIPLANE_OVERLAY_STEREO_FORMAT_MONO_OFFSET,
DXGK_MULTIPLANE_OVERLAY_STEREO_FORMAT_ROW_INTERLEAVED,
DXGK_MULTIPLANE_OVERLAY_STEREO_FORMAT_COLUMN_INTERLEAVED,
DXGK_MULTIPLANE_OVERLAY_STEREO_FORMAT_CHECKERBOARD
} DXGK_MULTIPLANE_OVERLAY_STEREO_FORMAT;
Constants
DXGK_MULTIPLANE_OVERLAY_STEREO_FORMAT_MONO The overplay plane data is presented in mono (non-stereo) format. |
DXGK_MULTIPLANE_OVERLAY_STEREO_FORMAT_HORIZONTAL Reserved for system use. Do not use in your driver. |
DXGK_MULTIPLANE_OVERLAY_STEREO_FORMAT_VERTICAL Reserved for system use. Do not use in your driver. |
DXGK_MULTIPLANE_OVERLAY_STEREO_FORMAT_SEPARATE Reserved for system use. Do not use in your driver. |
DXGK_MULTIPLANE_OVERLAY_STEREO_FORMAT_MONO_OFFSET Reserved for system use. Do not use in your driver. |
DXGK_MULTIPLANE_OVERLAY_STEREO_FORMAT_ROW_INTERLEAVED Reserved for system use. Do not use in your driver. |
DXGK_MULTIPLANE_OVERLAY_STEREO_FORMAT_COLUMN_INTERLEAVED Reserved for system use. Do not use in your driver. |
DXGK_MULTIPLANE_OVERLAY_STEREO_FORMAT_CHECKERBOARD 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) |