C# Class Axiom.RenderSystems.OpenGLES.GLESPBRenderTexture

Inheritance: GLESRenderTexture
Show file Open project: WolfgangSt/axiom

Public Methods

Method Description
GLESPBRenderTexture ( GLESPBRTTManager manager, string name, GLESSurfaceDescription target, bool writeGamma, int fsaa ) : System

this ( string attribute ) : object

Protected Methods

Method Description
dispose ( bool disposeManagedResources ) : void

Method Details

GLESPBRenderTexture() public method

public GLESPBRenderTexture ( GLESPBRTTManager manager, string name, GLESSurfaceDescription target, bool writeGamma, int fsaa ) : System
manager GLESPBRTTManager
name string
target GLESSurfaceDescription
writeGamma bool
fsaa int
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