DXGI_OVERLAY_SUPPORT_FLAG enumeration (dxgi1_3.h)
Specifies overlay support to check for in a call to IDXGIOutput3::CheckOverlaySupport.
Syntax
typedef enum DXGI_OVERLAY_SUPPORT_FLAG {
DXGI_OVERLAY_SUPPORT_FLAG_DIRECT = 0x1,
DXGI_OVERLAY_SUPPORT_FLAG_SCALING = 0x2
} ;
Constants
DXGI_OVERLAY_SUPPORT_FLAG_DIRECT Value: 0x1 Direct overlay support. |
DXGI_OVERLAY_SUPPORT_FLAG_SCALING Value: 0x2 Scaling overlay support. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 [desktop apps only] |
Minimum supported server | Windows Server 2012 R2 [desktop apps only] |
Header | dxgi1_3.h |