C# 클래스 Microsoft.Xna.Framework.Graphics.SwapChainRenderTarget

A swap chain used for rendering to a secondary GameWindow.
This is an extension and not part of stock XNA. It is currently implemented for Windows and DirectX only.
상속: RenderTarget2D
파일 보기 프로젝트 열기: procfxgen/MGShaderEditor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PresentInterval PresentInterval

공개 메소드들

메소드 설명
Present ( ) : void

Displays the contents of the active back buffer to the screen.

SwapChainRenderTarget ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, IntPtr windowHandle, int width, int height ) : System
SwapChainRenderTarget ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, IntPtr windowHandle, int width, int height, bool mipMap, SurfaceFormat surfaceFormat, DepthFormat depthFormat, int preferredMultiSampleCount, RenderTargetUsage usage, PresentInterval presentInterval ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Present() 공개 메소드

Displays the contents of the active back buffer to the screen.
public Present ( ) : void
리턴 void

SwapChainRenderTarget() 공개 메소드

public SwapChainRenderTarget ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, IntPtr windowHandle, int width, int height ) : System
graphicsDevice Microsoft.Xna.Framework.Graphics.GraphicsDevice
windowHandle System.IntPtr
width int
height int
리턴 System

SwapChainRenderTarget() 공개 메소드

public SwapChainRenderTarget ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, IntPtr windowHandle, int width, int height, bool mipMap, SurfaceFormat surfaceFormat, DepthFormat depthFormat, int preferredMultiSampleCount, RenderTargetUsage usage, PresentInterval presentInterval ) : System
graphicsDevice Microsoft.Xna.Framework.Graphics.GraphicsDevice
windowHandle System.IntPtr
width int
height int
mipMap bool
surfaceFormat SurfaceFormat
depthFormat DepthFormat
preferredMultiSampleCount int
usage RenderTargetUsage
presentInterval PresentInterval
리턴 System

프로퍼티 상세

PresentInterval 공개적으로 프로퍼티

public PresentInterval PresentInterval
리턴 PresentInterval