Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.65 KB

nn-dxgi-idxgiswapchain.md

File metadata and controls

71 lines (58 loc) · 2.65 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:dxgi.IDXGISwapChain
IDXGISwapChain (dxgi.h)
An IDXGISwapChain interface implements one or more surfaces for storing rendered data before presenting it to an output.
188bf6e5-9cd2-15c4-2bbd-2b3801aac81e
IDXGISwapChain
IDXGISwapChain interface [DXGI]
IDXGISwapChain interface [DXGI]
described
direct3ddxgi.idxgiswapchain
dxgi/IDXGISwapChain
direct3ddxgi\idxgiswapchain.htm
direct3ddxgi
VS|directx_sdk|~\idxgiswapchain.htm
12/05/2018
188bf6e5-9cd2-15c4-2bbd-2b3801aac81e, IDXGISwapChain, IDXGISwapChain interface [DXGI], IDXGISwapChain interface [DXGI],described, direct3ddxgi.idxgiswapchain, dxgi/IDXGISwapChain
dxgi.h
Windows
DXGI.lib
Windows
19H1
IDXGISwapChain
dxgi/IDXGISwapChain
c++
APIRef
kbSyntax
COM
DXGI.lib
DXGI.dll
IDXGISwapChain

IDXGISwapChain interface

-description

An IDXGISwapChain interface implements one or more surfaces for storing rendered data before presenting it to an output.

-inheritance

The IDXGISwapChain interface inherits from IDXGIDeviceSubObject. IDXGISwapChain also has these types of members:

-remarks

You can create a swap chain by calling IDXGIFactory2::CreateSwapChainForHwnd, IDXGIFactory2::CreateSwapChainForCoreWindow, or IDXGIFactory2::CreateSwapChainForComposition. You can also create a swap chain when you call D3D11CreateDeviceAndSwapChain; however, you can then only access the sub-set of swap-chain functionality that the IDXGISwapChain interface provides.

-see-also

DXGI Interfaces

IDXGIDeviceSubObject