C# Class Axiom.RenderSystems.OpenGL.GLCopyingRTTManager

Inheritance: GLRTTManager
Show file Open project: WolfgangSt/axiom Class Usage Examples

Public Methods

Method Description
Bind ( RenderTarget target ) : void
CheckFormat ( PixelFormat format ) : bool
CreateRenderTexture ( string name, Axiom.RenderSystems.OpenGL.GLSurfaceDesc target, bool writeGamma, int fsaa ) : RenderTexture
Unbind ( RenderTarget target ) : void

Private Methods

Method Description
GLCopyingRTTManager ( Axiom.RenderSystems.OpenGL.BaseGLSupport glSupport ) : System

Method Details

Bind() public method

public Bind ( RenderTarget target ) : void
target Axiom.Graphics.RenderTarget
return void

CheckFormat() public method

public CheckFormat ( PixelFormat format ) : bool
format PixelFormat
return bool

CreateRenderTexture() public method

public CreateRenderTexture ( string name, Axiom.RenderSystems.OpenGL.GLSurfaceDesc target, bool writeGamma, int fsaa ) : RenderTexture
name string
target Axiom.RenderSystems.OpenGL.GLSurfaceDesc
writeGamma bool
fsaa int
return Axiom.Graphics.RenderTexture

Unbind() public method

public Unbind ( RenderTarget target ) : void
target Axiom.Graphics.RenderTarget
return void