Merge pull request #3918 from loganmc10/patch-3

Define some EGL constants
This commit is contained in:
Twinaphex 2016-11-01 15:43:52 +01:00 committed by GitHub
commit 8d8d91e11a

View File

@ -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