Get the swap chain that the runtime will use for automatically calling IDXGISwapChain::Present.
public:
HRESULT GetSwapChain(
IDXGISwapChain **ppSwapChain
)
ppSwapChain
Type: IDXGISwapChain **
[out] Swap chain that the runtime will use for automatically calling IDXGISwapChain::Present.
Type: HRESULT
This method returns one of the following Direct3D 11 return codes.
The swap chain retrieved by this method will only be used if D3D11_DEBUG_FEATURE_PRESENT_PER_RENDER_OP is set in the feature mask.
Header: Declared in d3d11sdklayers.h.
Library: Use d3d11.lib.