C# Class Axiom.RenderSystems.OpenGL.GLFBORenderTexture

Inheritance: Axiom.RenderSystems.OpenGL.GLRenderTexture
Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

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

Méthodes protégées

Méthode Description
dispose ( bool disposeManagedResources ) : void

Method Details

GLFBORenderTexture() public méthode

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
Résultat System

dispose() protected méthode

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
Résultat void

this() public méthode

public this ( string attribute ) : object
attribute string
Résultat object