C# Class Axiom.RenderSystems.OpenGLES.GLESFBOMultiRenderTarget

MultiRenderTarget for GL ES. Requires the FBO extension.
Inheritance: Axiom.Graphics.MultiRenderTarget
Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

Méthode Description
BindSurface ( int attachment, RenderTexture target ) : void

GLESFBOMultiRenderTarget ( Axiom.RenderSystems.OpenGLES.GLESFBORTTManager manager, string name ) : System

UnbindSurface ( int attachment ) : void

this ( string attribute ) : object

Method Details

BindSurface() public méthode

public BindSurface ( int attachment, RenderTexture target ) : void
attachment int
target Axiom.Graphics.RenderTexture
Résultat void

GLESFBOMultiRenderTarget() public méthode

public GLESFBOMultiRenderTarget ( Axiom.RenderSystems.OpenGLES.GLESFBORTTManager manager, string name ) : System
manager Axiom.RenderSystems.OpenGLES.GLESFBORTTManager
name string
Résultat System

UnbindSurface() public méthode

public UnbindSurface ( int attachment ) : void
attachment int
Résultat void

this() public méthode

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