Opentk/Source/OpenTK/Platform/Windows
the_fiddler 95318a8366 Added OpenTK.Platform.WindowInfo and OpenTK.Platform.IMutableWindowInfo. Split IWindowInfo implementation to IWindowInfo and IMutableWindowInfo. Added several methods.
X11 and Windows GLControl and GLNative implementation now use IGLContext interfaces instead of direct X11GLContext and WinGLContext. Decouples the two (good!).
Updated all Native, Control, Context classes to use the new interfaces.
2007-09-09 15:10:21 +00:00
..
Bindings Merged with Bind. Added GLU bindings. Corrected OpenGL overload trimming. 2007-09-02 22:52:00 +00:00
API.cs Improved GL loading speed. 2007-09-03 21:47:34 +00:00
WglHelper.cs Corrected bug affecting the GL.Load and Wgl.Load functions, where the delegates where not retrieved by the GetFields call. 2007-08-22 16:13:41 +00:00
WindowInfo.cs Added OpenTK.Platform.WindowInfo and OpenTK.Platform.IMutableWindowInfo. Split IWindowInfo implementation to IWindowInfo and IMutableWindowInfo. Added several methods. 2007-09-09 15:10:21 +00:00
WinGLContext.cs Added OpenTK.Platform.WindowInfo and OpenTK.Platform.IMutableWindowInfo. Split IWindowInfo implementation to IWindowInfo and IMutableWindowInfo. Added several methods. 2007-09-09 15:10:21 +00:00
WinGLControl.cs Decoupled GLContext from GLControl/GameWindow even more, by using IWindowInfo to pass data between them. 2007-09-09 11:52:09 +00:00
WinGLNative.cs Decoupled GLContext from GLControl/GameWindow even more, by using IWindowInfo to pass data between them. 2007-09-09 11:52:09 +00:00
WinRawInput.cs Changed API.* to * in order to reflect changes in OpenTK.Platform.Windows.API. 2007-09-02 00:16:22 +00:00
WinRawKeyboard.cs Changed API.* to * in order to reflect changes in OpenTK.Platform.Windows.API. 2007-09-02 00:16:22 +00:00
WinRawMouse.cs Updated Build.exe to correctly generate sharpdev and sharpdev2 projects. 2007-08-10 09:27:13 +00:00