C# Class Axiom.RenderSystems.OpenGL.GLFBORenderTexture

Inheritance: Axiom.RenderSystems.OpenGL.GLRenderTexture
Mostrar archivo Open project: WolfgangSt/axiom

Public Methods

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

Protected Methods

Method Description
dispose ( bool disposeManagedResources ) : void

Method Details

GLFBORenderTexture() public method

public GLFBORenderTexture ( GLFBORTTManager manager, string name, Axiom.RenderSystems.OpenGL.GLSurfaceDesc target, bool writeGamma, int fsaa ) : System
manager GLFBORTTManager
name string
target Axiom.RenderSystems.OpenGL.GLSurfaceDesc
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