C# Class Axiom.RenderSystems.OpenGL.GLCopyingRTTManager

Inheritance: GLRTTManager
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

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

Méthode Description
GLCopyingRTTManager ( Axiom.RenderSystems.OpenGL.BaseGLSupport glSupport ) : System

Method Details

Bind() public méthode

public Bind ( RenderTarget target ) : void
target Axiom.Graphics.RenderTarget
Résultat void

CheckFormat() public méthode

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

CreateRenderTexture() public méthode

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
Résultat Axiom.Graphics.RenderTexture

Unbind() public méthode

public Unbind ( RenderTarget target ) : void
target Axiom.Graphics.RenderTarget
Résultat void