[]
Creates a swap chain.
public static SwapChain Create(Factory factory, ComObject device, SwapChainDescription description)
| 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). |
| Type | Description |
|---|---|
| SwapChain |