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_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG enumeration

Specifies color space support for the swap chain.

Syntax


typedef enum DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG { 
  DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG_PRESENT          = 0x1,
  DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG_OVERLAY_PRESENT  = 0x2
} DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG;

Constants

DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG_PRESENT

Color space support is present.

DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG_OVERLAY_PRESENT

Overlay color space support is present.

Requirements

Minimum supported client

Windows 10 [desktop apps only]

Minimum supported server

Windows Server 2016 [desktop apps only]

Header

DXGI1_4.h

See also

DXGI Enumerations

 

 

Show:
© 2017 Microsoft