mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 10:40:39 +00:00
Define some EGL constants
Missing from the Android headers
This commit is contained in:
parent
0d9599a0b5
commit
06eca5d530
@ -28,6 +28,14 @@
|
||||
|
||||
#include "../video_context_driver.h"
|
||||
|
||||
#ifndef EGL_CONTEXT_FLAGS_KHR
|
||||
#define EGL_CONTEXT_FLAGS_KHR 0x30FC
|
||||
#endif
|
||||
|
||||
#ifndef EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR
|
||||
#define EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR 0x00000001
|
||||
#endif
|
||||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
||||
/* Put this structure as the first member of egl-based contexts
|
||||
|
Loading…
Reference in New Issue
Block a user