'宣言 Public Shared Function Create( _ ByVal factory As Factory, _ ByVal device As ComObject, _ ByVal description As SwapChainDescription _ ) As SwapChain
public static SwapChain Create( Factory factory, ComObject device, SwapChainDescription description )
パラメータ
- factory
- a reference to a Factory.
- device
- A reference to the device that will write 2D images to the swap chain.
- description
- A reference to the swap-chain description (see SwapChainDescription).