Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DXGI_ENUM_MODES

Options for enumerating display modes.

Constant/valueDescription
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

Header

DXGI.h

See also

DXGI Constants

 

 

Show:
© 2017 Microsoft