public void ResizeBuffers(uint bufferCount, uint width, uint height, DxgiFormat format, DxgiSwapChainOptions options)
 {
     this.swapChain.ResizeBuffers(bufferCount, width, height, format, options);
 }
 public void ResizeBuffers(uint bufferCount, uint width, uint height, DxgiFormat format, DxgiSwapChainOptions options)
 {
     this.swapChain.ResizeBuffers(bufferCount, width, height, format, options);
 }