Updated INativeGLWindow.CreateWindow to accept a GLContext as argument.
This commit is contained in:
parent
315daee7ce
commit
94043ee334
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ namespace OpenTK.Platform
|
|||
/// </summary>
|
||||
interface INativeGLWindow : IResizable, IDisposable
|
||||
{
|
||||
void CreateWindow(DisplayMode mode);
|
||||
void CreateWindow(DisplayMode mode, GLContext context);
|
||||
void DestroyWindow();
|
||||
void ProcessEvents();
|
||||
void PointToClient(ref System.Drawing.Point p);
|
||||
|
|
Loading…
Reference in a new issue