DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG enumeration (dxgi1_4.h)

Specifies support for overlay color space.

Syntax

typedef enum DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG {
  DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG_PRESENT = 0x1
} ;

Constants

 
DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG_PRESENT
Value: 0x1
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