Exemple #1
0
 public void SetFullScreen(bool pFullScreen)
 {
     _swapChain.SetFullscreenState(pFullScreen, null);
 }