// d3d10umddi.h
typedef enum D3D11_1DDI_VIDEO_PROCESSOR_STEREO_CAPS {
D3D11_1DDI_VIDEO_PROCESSOR_STEREO_CAPS_MONO_OFFSET,
D3D11_1DDI_VIDEO_PROCESSOR_STEREO_CAPS_ROW_INTERLEAVED,
D3D11_1DDI_VIDEO_PROCESSOR_STEREO_CAPS_COLUMN_INTERLEAVED,
D3D11_1DDI_VIDEO_PROCESSOR_STEREO_CAPS_CHECKERBOARD,
D3D11_1DDI_VIDEO_PROCESSOR_STEREO_CAPS_FLIP_MODE
} ;
View the official Windows Driver Kit DDI referenceNo description available.
Defines stereo 3-D capabilities for a Microsoft Direct3D 11 video processor.
D3D11_1DDI_VIDEO_PROCESSOR_STEREO_CAPS_MONO_OFFSETThe video processor supports the D3D11_1DDI_VIDEO_PROCESSOR_STEREO_FORMAT_MONO_OFFSET format defined in the D3D11_1DDI_VIDEO_PROCESSOR_STEREO_FORMAT enumeration.
D3D11_1DDI_VIDEO_PROCESSOR_STEREO_CAPS_ROW_INTERLEAVEDThe video processor supports the D3D11_1DDI_VIDEO_PROCESSOR_STEREO_FORMAT_ROW_INTERLEAVED format.
D3D11_1DDI_VIDEO_PROCESSOR_STEREO_CAPS_COLUMN_INTERLEAVEDThe video processor supports the D3D11_1DDI_VIDEO_PROCESSOR_STEREO_FORMAT_COLUMN_INTERLEAVED format.
D3D11_1DDI_VIDEO_PROCESSOR_STEREO_CAPS_CHECKERBOARDThe video processor supports the D3D11_1DDI_VIDEO_PROCESSOR_STEREO_FORMAT_CHECKERBOARD format.
D3D11_1DDI_VIDEO_PROCESSOR_STEREO_CAPS_FLIP_MODEThe video processor can flip one or both views. For more information, see D3D11_1DDI_VIDEO_PROCESSOR_STEREO_FLIP_MODE.
D3D11_1DDI_VIDEO_PROCESSOR_STEREO_FLIP_MODE
D3D11_1DDI_VIDEO_PROCESSOR_STEREO_FORMAT