| 41 | PFNglXGetFBConfigAttrib pfnglXGetFBConfigAttrib; |
| 42 | |
| 43 | static int getGLXFBConfigAttrib(Display* dsp, GLXFBConfig fbconfig, int attrib) |
| 44 | { |
| 45 | int value; |
| 46 | pfnglXGetFBConfigAttrib(dsp, fbconfig, attrib, &value); |
| 47 | return value; |
| 48 | } |
| 49 | |
| 50 | void PlatformOpenGL::init() { |
| 51 | formatsById.clear(); |