egl_helpers: add typedef for EGLAttrib (#7314)

part of EGL 1.5 which is not present ie on Raspberry Pi
This commit is contained in:
Jan Palus 2020-04-18 14:32:33 +02:00 committed by wm4
parent 9cbacefbb0
commit 3023837fb9
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@
#define EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT 0x00000001
#define EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE 0x31B1
#define EGL_OPENGL_ES3_BIT 0x00000040
typedef intptr_t EGLAttrib;
#endif
struct mp_egl_config_attr {