[]
        
(Showing Draft Content)

C1.Util.DX.DXGI.Factory.CreateSwapChain

CreateSwapChain Method

CreateSwapChain(ComObject, ref SwapChainDescription)

HRESULT IDXGIFactory::CreateSwapChain([In] IUnknown* pDevice,[In] DXGI_SWAP_CHAIN_DESC* pDesc,[Out, Fast] IDXGISwapChain** ppSwapChain)

Declaration
public SwapChain CreateSwapChain(ComObject deviceRef, ref SwapChainDescription descRef)
Parameters
Type Name Description
ComObject deviceRef
SwapChainDescription descRef
Returns
Type Description
SwapChain