DXGI_SWAP_CHAIN_FULLSCREEN_DESC structure
Describes full-screen mode for a swap chain.
Syntax
typedef struct DXGI_SWAP_CHAIN_FULLSCREEN_DESC { DXGI_RATIONAL RefreshRate; DXGI_MODE_SCANLINE_ORDER ScanlineOrdering; DXGI_MODE_SCALING Scaling; BOOL Windowed; } DXGI_SWAP_CHAIN_FULLSCREEN_DESC;
Members
- RefreshRate
-
A DXGI_RATIONAL structure that describes the refresh rate in hertz.
- ScanlineOrdering
-
A member of the DXGI_MODE_SCANLINE_ORDER enumerated type that describes the scan-line drawing mode.
- Scaling
-
A member of the DXGI_MODE_SCALING enumerated type that describes the scaling mode.
- Windowed
-
A Boolean value that specifies whether the swap chain is in windowed mode. TRUE if the swap chain is in windowed mode; otherwise, FALSE.
Remarks
This structure is used by the CreateSwapChainForHwnd and GetFullscreenDesc methods.
Requirements
|
Minimum supported client |
Windows 8 and Platform Update for Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
See also