Fix KHR_no_error support

This commit is contained in:
Ethan Lee
2017-08-24 22:57:42 -04:00
parent d8fc70ea1e
commit 685890a229
5 changed files with 41 additions and 26 deletions

View File

@@ -31,6 +31,7 @@ struct SDL_GLDriverData
SDL_bool HAS_WGL_EXT_swap_control_tear;
SDL_bool HAS_WGL_ARB_context_flush_control;
SDL_bool HAS_WGL_ARB_create_context_robustness;
SDL_bool HAS_WGL_ARB_create_context_no_error;
/* Max version of OpenGL ES context that can be created if the
implementation supports WGL_EXT_create_context_es2_profile.