C# Class OpenTK.Platform.Egl.EglContext

Inheritance: EmbeddedGraphicsContext
Show file Open project: prepare/HTML-Renderer Class Usage Examples

Private Properties

Property Type Description
Dispose void

Public Methods

Method Description
Dispose ( ) : void
EglContext ( ContextHandle handle, EglWindowInfo window, IGraphicsContext sharedContext, int major, int minor, GraphicsContextFlags flags ) : System
EglContext ( OpenTK.Graphics.GraphicsMode mode, EglWindowInfo window, IGraphicsContext sharedContext, int major, int minor, GraphicsContextFlags flags ) : System
GetAddress ( string function ) : IntPtr
MakeCurrent ( IWindowInfo window ) : void
SwapBuffers ( ) : void

Private Methods

Method Description
Dispose ( bool manual ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

EglContext() public method

public EglContext ( ContextHandle handle, EglWindowInfo window, IGraphicsContext sharedContext, int major, int minor, GraphicsContextFlags flags ) : System
handle ContextHandle
window EglWindowInfo
sharedContext IGraphicsContext
major int
minor int
flags GraphicsContextFlags
return System

EglContext() public method

public EglContext ( OpenTK.Graphics.GraphicsMode mode, EglWindowInfo window, IGraphicsContext sharedContext, int major, int minor, GraphicsContextFlags flags ) : System
mode OpenTK.Graphics.GraphicsMode
window EglWindowInfo
sharedContext IGraphicsContext
major int
minor int
flags GraphicsContextFlags
return System

GetAddress() public method

public GetAddress ( string function ) : IntPtr
function string
return System.IntPtr

MakeCurrent() public method

public MakeCurrent ( IWindowInfo window ) : void
window IWindowInfo
return void

SwapBuffers() public method

public SwapBuffers ( ) : void
return void