C# Class Axiom.RenderSystems.OpenGLES.GLESFBORenderTexture

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

Méthodes publiques

Méthode Description
GLESFBORenderTexture ( Axiom.RenderSystems.OpenGLES.GLESFBORTTManager manager, string name, GLESSurfaceDescription target, bool writeGamma, int fsaa ) : System
SwapBuffers ( bool waitForVSync ) : void
this ( string attribute ) : object

Method Details

GLESFBORenderTexture() public méthode

public GLESFBORenderTexture ( Axiom.RenderSystems.OpenGLES.GLESFBORTTManager manager, string name, GLESSurfaceDescription target, bool writeGamma, int fsaa ) : System
manager Axiom.RenderSystems.OpenGLES.GLESFBORTTManager
name string
target GLESSurfaceDescription
writeGamma bool
fsaa int
Résultat System

SwapBuffers() public méthode

public SwapBuffers ( bool waitForVSync ) : void
waitForVSync bool
Résultat void

this() public méthode

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