GLX: try to get an OpenGL 3.3 core context

This commit is contained in:
degasus
2014-12-20 10:57:34 +01:00
parent 31bc51072b
commit e6137407ba
2 changed files with 87 additions and 55 deletions

View File

@ -18,6 +18,7 @@ private:
Window win;
GLXContext ctx;
XVisualInfo *vi;
GLXFBConfig fbconfig;
public:
friend class cX11Window;
void SwapInterval(int Interval) override;