mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 07:55:38 +00:00
2725b3cd08
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 |