diff options
Diffstat (limited to 'include/EGL/eglext.h')
-rw-r--r-- | include/EGL/eglext.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/EGL/eglext.h b/include/EGL/eglext.h index 61626d20df6..e9f5a49b488 100644 --- a/include/EGL/eglext.h +++ b/include/EGL/eglext.h @@ -239,6 +239,13 @@ typedef EGLBoolean (EGLAPIENTRYP PFNEGLSWAPBUFFERSREGIONNOK) (EGLDisplay dpy, EG #endif +#ifndef EGL_NOK_texture_from_pixmap +#define EGL_NOK_texture_from_pixmap 1 + +#define EGL_Y_INVERTED_NOK 0x307F +#endif /* EGL_NOK_texture_from_pixmap */ + + #ifdef __cplusplus } #endif |