C# Class Axiom.RenderSystems.OpenGL.GLCopyingRenderTexture

Inheritance: Axiom.RenderSystems.OpenGL.GLRenderTexture
Show file Open project: WolfgangSt/axiom

Public Methods

Method Description
GLCopyingRenderTexture ( GLCopyingRTTManager manager, string name, Axiom.RenderSystems.OpenGL.GLSurfaceDesc target, bool writeGamma, int fsaa ) : System
this ( string attribute ) : object

Method Details

GLCopyingRenderTexture() public method

public GLCopyingRenderTexture ( GLCopyingRTTManager manager, string name, Axiom.RenderSystems.OpenGL.GLSurfaceDesc target, bool writeGamma, int fsaa ) : System
manager GLCopyingRTTManager
name string
target Axiom.RenderSystems.OpenGL.GLSurfaceDesc
writeGamma bool
fsaa int
return System

this() public method

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