C# Class NewTOAPIA.GL.GLRenderBuffer

Inheritance: IBindable
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
AllocateStorage ( int width, int height, int format ) : void
Bind ( ) : void
GLRenderBuffer ( GraphicsInterface gi ) : TOAPI.OpenGL
GLRenderBuffer ( GraphicsInterface gi, int width, int height, int format ) : TOAPI.OpenGL
GetNewID ( GraphicsInterface gi ) : int
Unbind ( ) : void

Method Details

AllocateStorage() public méthode

public AllocateStorage ( int width, int height, int format ) : void
width int
height int
format int
Résultat void

Bind() public méthode

public Bind ( ) : void
Résultat void

GLRenderBuffer() public méthode

public GLRenderBuffer ( GraphicsInterface gi ) : TOAPI.OpenGL
gi GraphicsInterface
Résultat TOAPI.OpenGL

GLRenderBuffer() public méthode

public GLRenderBuffer ( GraphicsInterface gi, int width, int height, int format ) : TOAPI.OpenGL
gi GraphicsInterface
width int
height int
format int
Résultat TOAPI.OpenGL

GetNewID() public static méthode

public static GetNewID ( GraphicsInterface gi ) : int
gi GraphicsInterface
Résultat int

Unbind() public méthode

public Unbind ( ) : void
Résultat void