[]
        
(Showing Draft Content)

C1.Util.DX.DXGI.SwapChain.ResizeBuffers

ResizeBuffers Method

ResizeBuffers(int, int, int, Format, SwapChainFlags)

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)

Declaration
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)
Parameters
Type Name Description
int bufferCount
int width
int height
Format newFormat
SwapChainFlags swapChainFlags