mirror of
https://github.com/yawut/SDL.git
synced 2026-08-01 07:53:54 -05:00
Patched to compile on OpenGL ES-based platforms.
This commit is contained in:
parent
71bc92af16
commit
bac5565cd6
|
|
@ -46,6 +46,10 @@
|
|||
#include "SDL_opengles2.h"
|
||||
#endif /* SDL_VIDEO_OPENGL_ES2 && !SDL_VIDEO_OPENGL */
|
||||
|
||||
#ifndef GL_CONTEXT_RELEASE_BEHAVIOR_KHR
|
||||
#define GL_CONTEXT_RELEASE_BEHAVIOR_KHR 0x82FB
|
||||
#endif
|
||||
|
||||
/* On Windows, windows.h defines CreateWindow */
|
||||
#ifdef CreateWindow
|
||||
#undef CreateWindow
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user