[]
        
(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)
Public Function CreateSwapChain(deviceRef As ComObject, ByRef descRef As SwapChainDescription) As SwapChain
Parameters
Type Name Description
ComObject deviceRef
SwapChainDescription descRef
Returns
Type Description
SwapChain