C# Class Axiom.RenderSystems.Xna.XnaRenderTexture

Summary description for XnaRenderTexture.
Inheritance: Axiom.Graphics.RenderTexture
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
dispose ( bool disposeManagedResources ) : void

Method Details

Rebind() public méthode

public Rebind ( XnaHardwarePixelBuffer buffer ) : void
buffer XnaHardwarePixelBuffer
Résultat void

SwapBuffers() public méthode

public SwapBuffers ( bool waitForVSync ) : void
waitForVSync bool
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

XnaRenderTexture() public méthode

public XnaRenderTexture ( string name, Axiom.Graphics.HardwarePixelBuffer buffer ) : System
name string
buffer Axiom.Graphics.HardwarePixelBuffer
Résultat System

dispose() protected méthode

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
Résultat void

this() public méthode

public this ( string attribute ) : object
attribute string
Résultat object