mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-10-28 07:37:21 +00:00
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). |
||
|---|---|---|
| .. | ||
| Dummy | ||
| Egl | ||
| MacOS | ||
| SDL2 | ||
| Windows | ||
| X11 | ||
| DesktopGraphicsContext.cs | ||
| DisplayDeviceBase.cs | ||
| EmbeddedGraphicsContext.cs | ||
| Factory.cs | ||
| IDisplayDeviceDriver.cs | ||
| INativeGLWindow.cs | ||
| IPlatformFactory.cs | ||
| IWindowInfo.cs | ||
| PlatformException.cs | ||
| Utilities.cs | ||