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 Switch to EnumDisplayModesEx 2013-11-05 23:41:42 +01:00
X11
DesktopGraphicsContext.cs
DisplayDeviceBase.cs
EmbeddedGraphicsContext.cs
Factory.cs
IDisplayDeviceDriver.cs
INativeGLWindow.cs
IPlatformFactory.cs
IWindowInfo.cs
PlatformException.cs
Utilities.cs