In This Topic
HRESULT IDXGISwapChain::ResizeBuffers([In] unsigned int BufferCount,[In] unsigned int Width,[In] unsigned int Height,[In] DXGI_FORMAT NewFormat,[In] DXGI_SWAP_CHAIN_FLAG SwapChainFlags)
Syntax
'Declaration
Public Sub ResizeBuffers( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As Format, _
ByVal As SwapChainFlags _
)
public void ResizeBuffers(
System.int ,
System.int ,
System.int ,
Format ,
SwapChainFlags
)
Parameters
- bufferCount
- width
- height
- newFormat
- swapChainFlags
See Also