C# Class Sharpex2D.Rendering.OpenGL.RenderContext

显示文件 Open project: ThuCommix/Sharpex2D Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Disposes the object.

Dispose ( bool disposing ) : void

Disposes the object.

Initialize ( ) : void

Initializes the RenderContext.

MakeCurrent ( ) : void

Makes this context the current context.

SwapBuffers ( ) : void

Swaps the buffers.

Method Details

Dispose() public method

Disposes the object.
public Dispose ( ) : void
return void

Dispose() public method

Disposes the object.
public Dispose ( bool disposing ) : void
disposing bool The disposing state.
return void

Initialize() public method

Initializes the RenderContext.
public Initialize ( ) : void
return void

MakeCurrent() public method

Makes this context the current context.
public MakeCurrent ( ) : void
return void

SwapBuffers() public method

Swaps the buffers.
public SwapBuffers ( ) : void
return void