mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 06:05:37 +00:00
Updated INativeGLWindow.CreateWindow to accept a GLContext as argument.
This commit is contained in:
parent
315daee7ce
commit
94043ee334
|
@ -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