C# Class Axiom.RenderSystems.OpenGLES.GLESPBRTTManager

Inheritance: Axiom.RenderSystems.OpenGLES.GLESRTTManager
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Bind ( Graphics target ) : void
target Graphics
Résultat void

CheckFormat() public méthode

public CheckFormat ( Media format ) : bool
format Media
Résultat bool

CreateRenderTexture() public méthode

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

GLESRTTManager() public méthode

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

ReleasePBuffer() public méthode

public ReleasePBuffer ( PixelComponentType ctype ) : void
ctype PixelComponentType
Résultat void

RequestPBuffer() public méthode

public RequestPBuffer ( PixelComponentType ctype, int width, int height ) : void
ctype PixelComponentType
width int
height int
Résultat void

Unbind() public méthode

public Unbind ( Graphics target ) : void
target Graphics
Résultat void