C# Class Axiom.RenderSystems.OpenGLES.GLESPBRenderTexture

Inheritance: GLESRenderTexture
Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

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

this ( string attribute ) : object

Méthodes protégées

Méthode Description
dispose ( bool disposeManagedResources ) : void

Method Details

GLESPBRenderTexture() public méthode

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