mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 21:17:45 +00:00
opengl: add support for GL_KHR_no_error.
This is completely untested! Fixes Bugzilla #3721.
This commit is contained in:
@@ -202,7 +202,8 @@ typedef enum
|
||||
SDL_GL_SHARE_WITH_CURRENT_CONTEXT,
|
||||
SDL_GL_FRAMEBUFFER_SRGB_CAPABLE,
|
||||
SDL_GL_CONTEXT_RELEASE_BEHAVIOR,
|
||||
SDL_GL_CONTEXT_RESET_NOTIFICATION
|
||||
SDL_GL_CONTEXT_RESET_NOTIFICATION,
|
||||
SDL_GL_CONTEXT_NO_ERROR
|
||||
} SDL_GLattr;
|
||||
|
||||
typedef enum
|
||||
|
||||
Reference in New Issue
Block a user