C# Class Axiom.RenderSystems.OpenGLES.GLESFBORenderTexture

Inheritance: GLESRenderTexture
Show file Open project: WolfgangSt/axiom

Public Methods

Method Description
GLESFBORenderTexture ( Axiom.RenderSystems.OpenGLES.GLESFBORTTManager manager, string name, GLESSurfaceDescription target, bool writeGamma, int fsaa ) : System
SwapBuffers ( bool waitForVSync ) : void
this ( string attribute ) : object

Method Details

GLESFBORenderTexture() public method

public GLESFBORenderTexture ( Axiom.RenderSystems.OpenGLES.GLESFBORTTManager manager, string name, GLESSurfaceDescription target, bool writeGamma, int fsaa ) : System
manager Axiom.RenderSystems.OpenGLES.GLESFBORTTManager
name string
target GLESSurfaceDescription
writeGamma bool
fsaa int
return System

SwapBuffers() public method

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

this() public method

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