mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-23 09:31:08 +00:00
[OpenTK] Removed unused CreateGraphicsMode API
IPlatformFactory.CreateGraphicsMode is no longer used or required.
This commit is contained in:
parent
d6d6842730
commit
0e72cb3dd2
|
@ -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