Property | Type | Description | |
---|---|---|---|
PresentInterval | PresentInterval |
Method | Description | |
---|---|---|
Present ( ) : void |
Displays the contents of the active back buffer to the screen.
|
|
SwapChainRenderTarget ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, |
||
SwapChainRenderTarget ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public SwapChainRenderTarget ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, |
||
graphicsDevice | Microsoft.Xna.Framework.Graphics.GraphicsDevice | |
windowHandle | ||
width | int | |
height | int | |
return | System |
public SwapChainRenderTarget ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, |
||
graphicsDevice | Microsoft.Xna.Framework.Graphics.GraphicsDevice | |
windowHandle | ||
width | int | |
height | int | |
mipMap | bool | |
surfaceFormat | SurfaceFormat | |
depthFormat | DepthFormat | |
preferredMultiSampleCount | int | |
usage | RenderTargetUsage | |
presentInterval | PresentInterval | |
return | System |