C# Class NewTOAPIA.GL.GLRenderBuffer

Inheritance: IBindable
Mostrar archivo Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method 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 method

public AllocateStorage ( int width, int height, int format ) : void
width int
height int
format int
return void

Bind() public method

public Bind ( ) : void
return void

GLRenderBuffer() public method

public GLRenderBuffer ( GraphicsInterface gi ) : TOAPI.OpenGL
gi GraphicsInterface
return TOAPI.OpenGL

GLRenderBuffer() public method

public GLRenderBuffer ( GraphicsInterface gi, int width, int height, int format ) : TOAPI.OpenGL
gi GraphicsInterface
width int
height int
format int
return TOAPI.OpenGL

GetNewID() public static method

public static GetNewID ( GraphicsInterface gi ) : int
gi GraphicsInterface
return int

Unbind() public method

public Unbind ( ) : void
return void