[]
        
(Showing Draft Content)

C1.Util.DX.DXGI.Factory2.CreateSwapChain1ForCoreWindow

CreateSwapChain1ForCoreWindow Method

CreateSwapChain1ForCoreWindow(ComObject, ComObject, ref SwapChainDescription1, Output)

HRESULT IDXGIFactory2::CreateSwapChainForCoreWindow([In] IUnknown* pDevice,[In] IUnknown* pWindow,[In] const DXGI_SWAP_CHAIN_DESC1* pDesc,[In, Optional] IDXGIOutput* pRestrictToOutput,[Out, Fast] IDXGISwapChain1** ppSwapChain)

Declaration
public SwapChain1 CreateSwapChain1ForCoreWindow(ComObject deviceRef, ComObject windowRef, ref SwapChainDescription1 descRef, Output restrictToOutputRef)
Public Function CreateSwapChain1ForCoreWindow(deviceRef As ComObject, windowRef As ComObject, ByRef descRef As SwapChainDescription1, restrictToOutputRef As Output) As SwapChain1
Parameters
Type Name Description
ComObject deviceRef
ComObject windowRef
SwapChainDescription1 descRef
Output restrictToOutputRef
Returns
Type Description
SwapChain1