mirror of
https://github.com/mpv-player/mpv
synced 2025-01-16 20:14:57 +00:00
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:
parent
9cbacefbb0
commit
3023837fb9
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user