[]
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)
public void ResizeBuffers(int bufferCount, int width, int height, Format newFormat, SwapChainFlags swapChainFlags)
Public Sub ResizeBuffers(bufferCount As Integer, width As Integer, height As Integer, newFormat As Format, swapChainFlags As SwapChainFlags)
| Type | Name | Description |
|---|---|---|
| int | bufferCount | |
| int | width | |
| int | height | |
| Format | newFormat | |
| SwapChainFlags | swapChainFlags |