DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG enumeration (dxgi1_4.h)

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
} ;

Constants

 
DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG_PRESENT
Value: 0x1
Color space support is present.
DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG_OVERLAY_PRESENT
Value: 0x2
Overlay color space support is present.

Requirements

Requirement Value
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