C# Class Axiom.RenderSystems.OpenGLES.GLESPBRTTManager

Inheritance: Axiom.RenderSystems.OpenGLES.GLESRTTManager
Show file Open project: WolfgangSt/axiom Class Usage Examples

Public Methods

Method Description
Bind ( Graphics target ) : void
CheckFormat ( Media format ) : bool
CreateRenderTexture ( string name, GLESSurfaceDescription target, bool writeGama, int fsaa ) : Graphics.RenderTexture
GLESRTTManager ( Axiom.RenderSystems.OpenGLES.GLESSupport support, RenderTarget mainWindow ) : void
ReleasePBuffer ( PixelComponentType ctype ) : void
RequestPBuffer ( PixelComponentType ctype, int width, int height ) : void
Unbind ( Graphics target ) : void

Method Details

Bind() public method

public Bind ( Graphics target ) : void
target Graphics
return void

CheckFormat() public method

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

CreateRenderTexture() public method

public CreateRenderTexture ( string name, GLESSurfaceDescription target, bool writeGama, int fsaa ) : Graphics.RenderTexture
name string
target GLESSurfaceDescription
writeGama bool
fsaa int
return Graphics.RenderTexture

GLESRTTManager() public method

public GLESRTTManager ( Axiom.RenderSystems.OpenGLES.GLESSupport support, RenderTarget mainWindow ) : void
support Axiom.RenderSystems.OpenGLES.GLESSupport
mainWindow Axiom.Graphics.RenderTarget
return void

ReleasePBuffer() public method

public ReleasePBuffer ( PixelComponentType ctype ) : void
ctype PixelComponentType
return void

RequestPBuffer() public method

public RequestPBuffer ( PixelComponentType ctype, int width, int height ) : void
ctype PixelComponentType
width int
height int
return void

Unbind() public method

public Unbind ( Graphics target ) : void
target Graphics
return void