C# Class Axiom.RenderSystems.OpenGL.GLPBRenderTexture

Inheritance: Axiom.RenderSystems.OpenGL.GLRenderTexture
Show file Open project: WolfgangSt/axiom

Protected Properties

Property Type Description
manager GLPBRTTManager
pbFormat PixelComponentType

Public Methods

Method Description
GLPBRenderTexture ( GLPBRTTManager 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

GLPBRenderTexture() public method

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
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

Property Details

manager protected property

protected GLPBRTTManager,Axiom.RenderSystems.OpenGL manager
return GLPBRTTManager

pbFormat protected property

protected PixelComponentType pbFormat
return PixelComponentType