C# Class Axiom.RenderSystems.OpenGL.GLPBRenderTexture

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

Protected Properties

Свойство Type Description
manager GLPBRTTManager
pbFormat PixelComponentType

Méthodes publiques

Méthode Description
GLPBRenderTexture ( GLPBRTTManager 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

GLPBRenderTexture() public méthode

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

Property Details

manager protected_oe property

protected GLPBRTTManager,Axiom.RenderSystems.OpenGL manager
Résultat GLPBRTTManager

pbFormat protected_oe property

protected PixelComponentType pbFormat
Résultat PixelComponentType