Gets a swap chain back buffer.
'宣言
Public Shared Function FromSwapChain( _
ByVal As SwapChain, _
ByVal As System.Integer _
) As Surface
public static Surface FromSwapChain(
SwapChain ,
System.int
)
パラメータ
- swapChain
- The swap chain to get the buffer from.
- index
- The index of the desired buffer.
戻り値の型
The buffer interface, or null
on failure.