mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-11-10 10:54:58 +00:00
glXGetProcAddress may return a non-null value even if a function is not supported by the server. We need to check the extension string using any GLX extensions. Fixes issue http://www.opentk.com/node/3111 "GLX extension support is not checked correctly". Furthermore, mode selection is now performed explicitly by the X11GLContext constructor. |
||
|---|---|---|
| .. | ||
| Bindings | ||
| API.cs | ||
| Functions.cs | ||
| GlxHelper.cs | ||
| Structs.cs | ||
| X11DisplayDevice.cs | ||
| X11Factory.cs | ||
| X11GLContext.cs | ||
| X11GLNative.cs | ||
| X11GraphicsMode.cs | ||
| X11Input.cs | ||
| X11Joystick.cs | ||
| X11Keyboard.cs | ||
| X11KeyMap.cs | ||
| X11Mouse.cs | ||
| X11WindowInfo.cs | ||
| XI2Mouse.cs | ||