[]
        
(Showing Draft Content)

C1.Util.DX.DXGI.SwapChain.Create

Create Method

Create(Factory, ComObject, SwapChainDescription)

Creates a swap chain.

Declaration
public static SwapChain Create(Factory factory, ComObject device, SwapChainDescription description)
Parameters
Type Name Description
Factory factory

a reference to a Factory.

ComObject device

A reference to the device that will write 2D images to the swap chain.

SwapChainDescription description

A reference to the swap-chain description (see SwapChainDescription).

Returns
Type Description
SwapChain