C# Class OpenTK.Platform.Egl.EglX11PlatformFactory

Inheritance: OpenTK.Platform.X11.X11Factory
Show file Open project: andykorth/opentk Class Usage Examples

Public Methods

Method Description
CreateGLContext ( ContextHandle handle, IWindowInfo window, IGraphicsContext shareContext, bool directRendering, int major, int minor, GraphicsContextFlags flags ) : IGraphicsContext
CreateGLContext ( OpenTK.Graphics.GraphicsMode mode, IWindowInfo window, IGraphicsContext shareContext, bool directRendering, int major, int minor, GraphicsContextFlags flags ) : IGraphicsContext
CreateGetCurrentGraphicsContext ( ) : GraphicsContext.GetCurrentContextDelegate

Method Details

CreateGLContext() public method

public CreateGLContext ( ContextHandle handle, IWindowInfo window, IGraphicsContext shareContext, bool directRendering, int major, int minor, GraphicsContextFlags flags ) : IGraphicsContext
handle ContextHandle
window IWindowInfo
shareContext IGraphicsContext
directRendering bool
major int
minor int
flags GraphicsContextFlags
return IGraphicsContext

CreateGLContext() public method

public CreateGLContext ( OpenTK.Graphics.GraphicsMode mode, IWindowInfo window, IGraphicsContext shareContext, bool directRendering, int major, int minor, GraphicsContextFlags flags ) : IGraphicsContext
mode OpenTK.Graphics.GraphicsMode
window IWindowInfo
shareContext IGraphicsContext
directRendering bool
major int
minor int
flags GraphicsContextFlags
return IGraphicsContext

CreateGetCurrentGraphicsContext() public method

public CreateGetCurrentGraphicsContext ( ) : GraphicsContext.GetCurrentContextDelegate
return GraphicsContext.GetCurrentContextDelegate