Opentk/Source/OpenTK/Platform
Stefanos A. 62c9793a6e Fixed number of buffers
ContextAttribute.DOUBLEBUFFER is a boolean in SDL (false->single
buffering, true->double buffering). We need to adjust the number of
buffers accordingly (single buffering->1 buffer, double buffering->2
buffers).
2013-11-06 01:04:59 +01:00
..
Dummy
Egl
MacOS
SDL2 Fixed number of buffers 2013-11-06 01:04:59 +01:00
Windows
X11 Use OpenTK.Minimal to stub out missing System.Drawing functionality 2013-10-12 05:06:54 +02:00
DesktopGraphicsContext.cs
DisplayDeviceBase.cs
EmbeddedGraphicsContext.cs
Factory.cs
IDisplayDeviceDriver.cs
INativeGLWindow.cs
IPlatformFactory.cs
IWindowInfo.cs
PlatformException.cs
Utilities.cs