C# Class Axiom.RenderSystems.OpenGLES.GLESFBOMultiRenderTarget

MultiRenderTarget for GL ES. Requires the FBO extension.
Inheritance: Axiom.Graphics.MultiRenderTarget
Show file Open project: WolfgangSt/axiom

Public Methods

Method 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 method

public BindSurface ( int attachment, RenderTexture target ) : void
attachment int
target Axiom.Graphics.RenderTexture
return void

GLESFBOMultiRenderTarget() public method

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

UnbindSurface() public method

public UnbindSurface ( int attachment ) : void
attachment int
return void

this() public method

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