[]
HRESULT IDXGIFactory::CreateSwapChain([In] IUnknown* pDevice,[In] DXGI_SWAP_CHAIN_DESC* pDesc,[Out, Fast] IDXGISwapChain** ppSwapChain)
public SwapChain CreateSwapChain(ComObject deviceRef, ref SwapChainDescription descRef)
Public Function CreateSwapChain(deviceRef As ComObject, ByRef descRef As SwapChainDescription) As SwapChain
| Type | Name | Description |
|---|---|---|
| ComObject | deviceRef | |
| SwapChainDescription | descRef |
| Type | Description |
|---|---|
| SwapChain |