mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
GLX: try to get an OpenGL 3.3 core context
This commit is contained in:
@ -18,6 +18,7 @@ private:
|
||||
Window win;
|
||||
GLXContext ctx;
|
||||
XVisualInfo *vi;
|
||||
GLXFBConfig fbconfig;
|
||||
public:
|
||||
friend class cX11Window;
|
||||
void SwapInterval(int Interval) override;
|
||||
|
Reference in New Issue
Block a user