C# Class Axiom.RenderSystems.OpenGLES.GLESCopyingRenderTexture

Inheritance: GLESRenderTexture
Show file Open project: WolfgangSt/axiom

Public Methods

Method Description
GLESCopyingRenderTexture ( Axiom.RenderSystems.OpenGLES.GLESCopyingRTTManager manager, string name, GLESSurfaceDescription target, bool writeGamma, int fsaa ) : System
this ( string attribute ) : object

Method Details

GLESCopyingRenderTexture() public method

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

this() public method

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