DXGI_ENUM_MODES

Options for enumerating display modes.

Constant/value Description
DXGI_ENUM_MODES_INTERLACED
1UL
Include interlaced modes.
DXGI_ENUM_MODES_SCALING
2UL
Include stretched-scaling modes.
DXGI_ENUM_MODES_STEREO
4UL
Include stereo modes.
Direct3D 11: This enumeration value is supported starting with Windows 8.
DXGI_ENUM_MODES_DISABLED_STEREO
8UL
Include stereo modes that are hidden because the user has disabled stereo. Control panel applications can use this option to show stereo capabilities that have been disabled as part of a user interface that enables and disables stereo.
Direct3D 11: This enumeration value is supported starting with Windows 8.

Remarks

These flag options are used in IDXGIOutput::GetDisplayModeList to enumerate display modes.

These flag options are also used in IDXGIOutput1::GetDisplayModeList1 to enumerate display modes.

Requirements

Requirement Value
Header
DXGI.h

See also

DXGI Constants