C# Class Axiom.RenderSystems.Xna.XnaRenderTexture

Summary description for XnaRenderTexture.
Inheritance: Axiom.Graphics.RenderTexture
Show file Open project: WolfgangSt/axiom Class Usage Examples

Public Methods

Method Description
Rebind ( XnaHardwarePixelBuffer buffer ) : void
SwapBuffers ( bool waitForVSync ) : void
Update ( ) : void
XnaRenderTexture ( string name, Axiom.Graphics.HardwarePixelBuffer buffer ) : System
this ( string attribute ) : object

Protected Methods

Method Description
dispose ( bool disposeManagedResources ) : void

Method Details

Rebind() public method

public Rebind ( XnaHardwarePixelBuffer buffer ) : void
buffer XnaHardwarePixelBuffer
return void

SwapBuffers() public method

public SwapBuffers ( bool waitForVSync ) : void
waitForVSync bool
return void

Update() public method

public Update ( ) : void
return void

XnaRenderTexture() public method

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

dispose() protected method

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
return void

this() public method

public this ( string attribute ) : object
attribute string
return object