| | |
| | | SDL_bool HAS_GLX_ARB_create_context_robustness; |
| | | SDL_bool HAS_GLX_ARB_create_context_no_error; |
| | | |
| | | /* Max version of OpenGL ES context that can be created if the |
| | | implementation supports GLX_EXT_create_context_es2_profile. |
| | | major = minor = 0 when unsupported. |
| | | */ |
| | | struct { |
| | | int major; |
| | | int minor; |
| | | } es_profile_max_supported_version; |
| | | /* Max version of OpenGL ES context that can be created if the |
| | | implementation supports GLX_EXT_create_context_es2_profile. |
| | | major = minor = 0 when unsupported. |
| | | */ |
| | | struct { |
| | | int major; |
| | | int minor; |
| | | } es_profile_max_supported_version; |
| | | |
| | | Bool (*glXQueryExtension) (Display*,int*,int*); |
| | | void *(*glXGetProcAddress) (const GLubyte*); |