C# 클래스 Axiom.RenderSystems.Xna.XnaRenderTexture

Summary description for XnaRenderTexture.
상속: Axiom.Graphics.RenderTexture
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 메소드들

메소드 설명
Rebind ( XnaHardwarePixelBuffer buffer ) : void
SwapBuffers ( bool waitForVSync ) : void
Update ( ) : void
XnaRenderTexture ( string name, Axiom.Graphics.HardwarePixelBuffer buffer ) : System
this ( string attribute ) : object

보호된 메소드들

메소드 설명
dispose ( bool disposeManagedResources ) : void

메소드 상세

Rebind() 공개 메소드

public Rebind ( XnaHardwarePixelBuffer buffer ) : void
buffer XnaHardwarePixelBuffer
리턴 void

SwapBuffers() 공개 메소드

public SwapBuffers ( bool waitForVSync ) : void
waitForVSync bool
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

XnaRenderTexture() 공개 메소드

public XnaRenderTexture ( string name, Axiom.Graphics.HardwarePixelBuffer buffer ) : System
name string
buffer Axiom.Graphics.HardwarePixelBuffer
리턴 System

dispose() 보호된 메소드

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
리턴 void

this() 공개 메소드

public this ( string attribute ) : object
attribute string
리턴 object