[OpenTK] Removed unused CreateGraphicsMode API
IPlatformFactory.CreateGraphicsMode is no longer used or required.
This commit is contained in:
parent
d6d6842730
commit
0e72cb3dd2
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ namespace OpenTK.Platform
|
|||
IGraphicsContext CreateGLContext(ContextHandle handle, IWindowInfo window, IGraphicsContext shareContext, bool directRendering, int major, int minor, GraphicsContextFlags flags);
|
||||
|
||||
GraphicsContext.GetCurrentContextDelegate CreateGetCurrentGraphicsContext();
|
||||
|
||||
|
||||
OpenTK.Input.IKeyboardDriver2 CreateKeyboardDriver();
|
||||
|
||||
OpenTK.Input.IMouseDriver2 CreateMouseDriver();
|
||||
|
|
Loading…
Reference in a new issue