ID3D11Debug::SetSwapChain method
Sets a swap chain that the runtime will use for automatically calling IDXGISwapChain::Present.
Syntax
HRESULT SetSwapChain(
[in, optional] IDXGISwapChain *pSwapChain
);
Parameters
- pSwapChain [in, optional]
-
Type: IDXGISwapChain*
Swap chain that the runtime will use for automatically calling IDXGISwapChain::Present; must have been created with the DXGI_SWAP_EFFECT_SEQUENTIAL swap-effect flag.
Return value
Type: HRESULT
This method returns one of the following Direct3D 11 Return Codes.
Remarks
The swap chain set by this method will only be used if D3D11_DEBUG_FEATURE_PRESENT_PER_RENDER_OP is set in the feature mask.
Requirements
|
Header |
|
|---|---|
|
Library |
|
See also